-
- 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 CLOUDYWhite balance appropriate for pictures in cloudy conditions.This is not guaranteed to be supported.
DAYLIGHTWhite balance appropriate for daylight captures.This is not guaranteed to be supported.
FLUORESCENTWhite balance appropriate for fluorescent light.This is not guaranteed to be supported.
INCANDESCENTWhite balance appropriate for incandescent light.This is not guaranteed to be supported.
AUTOAutomatic white balance selection (AWB).This is not guaranteed to be supported.
-
Method Summary
Modifier and Type Method Description static Array<WhiteBalance>values()static WhiteBalancevalueOf(String name)-
-
Method Detail
-
values
static Array<WhiteBalance> values()
-
valueOf
static WhiteBalance valueOf(String name)
-
-
-
-