public static enum RawCameraControl.AutoWhiteBalanceMode extends Enum<RawCameraControl.AutoWhiteBalanceMode>
| Enum Constant and Description |
|---|
AUTO |
CLOUDY_DAYLIGHT |
DAYLIGHT |
FLUORESCENT |
INCANDESCENT |
OFF |
SHADE |
TWILIGHT |
WARM_FLUORESCENT |
| Modifier and Type | Field and Description |
|---|---|
byte |
value |
| Modifier and Type | Method and Description |
|---|---|
RawCameraControl.AutoWhiteBalanceMode |
intern() |
String |
toString() |
static RawCameraControl.AutoWhiteBalanceMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RawCameraControl.AutoWhiteBalanceMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RawCameraControl.AutoWhiteBalanceMode OFF
public static final RawCameraControl.AutoWhiteBalanceMode AUTO
public static final RawCameraControl.AutoWhiteBalanceMode INCANDESCENT
public static final RawCameraControl.AutoWhiteBalanceMode FLUORESCENT
public static final RawCameraControl.AutoWhiteBalanceMode WARM_FLUORESCENT
public static final RawCameraControl.AutoWhiteBalanceMode DAYLIGHT
public static final RawCameraControl.AutoWhiteBalanceMode CLOUDY_DAYLIGHT
public static final RawCameraControl.AutoWhiteBalanceMode TWILIGHT
public static final RawCameraControl.AutoWhiteBalanceMode SHADE
public static RawCameraControl.AutoWhiteBalanceMode[] values()
for (RawCameraControl.AutoWhiteBalanceMode c : RawCameraControl.AutoWhiteBalanceMode.values()) System.out.println(c);
public static RawCameraControl.AutoWhiteBalanceMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic RawCameraControl.AutoWhiteBalanceMode intern()
public String toString()
toString in class Enum<RawCameraControl.AutoWhiteBalanceMode>Copyright © 2021. All rights reserved.