Package 

Enum WhiteBalance

  • All Implemented Interfaces:
    com.otaliastudios.cameraview.controls.Control , java.io.Serializable , java.lang.Comparable

    
    public enum WhiteBalance
     implements Control
                        

    White balance values control the white balance settings.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CLOUDY

      White balance appropriate for pictures in cloudy conditions.This is not guaranteed to be supported.

      DAYLIGHT

      White balance appropriate for daylight captures.This is not guaranteed to be supported.

      FLUORESCENT

      White balance appropriate for fluorescent light.This is not guaranteed to be supported.

      INCANDESCENT

      White balance appropriate for incandescent light.This is not guaranteed to be supported.

      AUTO

      Automatic white balance selection (AWB).This is not guaranteed to be supported.

    • Method Summary

      Modifier and Type Method Description
      static Array<WhiteBalance> values()
      static WhiteBalance valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait