-
- All Implemented Interfaces:
-
com.otaliastudios.cameraview.controls.Control
public enum WhiteBalance implements Control
White balance values control the white balance settings.
-
-
Field Summary
Fields Modifier and Type Field Description final static WhiteBalanceDEFAULT
-
Constructor Summary
Constructors Constructor Description WhiteBalance(int value)
-
Enum Constant Summary
Enum Constants Enum Constant Description AUTOAutomatic white balance selection (AWB).This is not guaranteed to be supported.
INCANDESCENTWhite balance appropriate for incandescent light.This is not guaranteed to be supported.
FLUORESCENTWhite balance appropriate for fluorescent light.This is not guaranteed to be supported.
DAYLIGHTWhite balance appropriate for daylight captures.This is not guaranteed to be supported.
CLOUDYWhite balance appropriate for pictures in cloudy conditions.This is not guaranteed to be supported.
-
Method Summary
Modifier and Type Method Description intvalue()static WhiteBalancefromValue(int value)static Array<WhiteBalance>values()static WhiteBalancevalueOf(String name)-
-
Method Detail
-
value
int value()
-
fromValue
@NonNull() static WhiteBalance fromValue(int value)
-
values
static Array<WhiteBalance> values()
-
valueOf
static WhiteBalance valueOf(String name)
-
-
-
-