java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.camera.DJICameraSettingsDef.CameraWhiteBalance |
Camera white balance values. The default value is Auto.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJICameraSettingsDef.CameraWhiteBalance | Auto | The camera's white balance value is automatically set. | |||||||||
DJICameraSettingsDef.CameraWhiteBalance | Cloudy | The camera's white balance value is set to cloudy. | |||||||||
DJICameraSettingsDef.CameraWhiteBalance | CustomColorTemperature | The camera's white balance is set to custom color temperature. | |||||||||
DJICameraSettingsDef.CameraWhiteBalance | IndoorFluorescent | The camera's white balance value is set to indoors and fluorescent light. | |||||||||
DJICameraSettingsDef.CameraWhiteBalance | IndoorIncandescent | The camera's white balance value is set to indoors and incandescent light. | |||||||||
DJICameraSettingsDef.CameraWhiteBalance | Sunny | The camera's white balance value is set to sunny. | |||||||||
DJICameraSettingsDef.CameraWhiteBalance | Unknown | The camera's white balance value is unknown. | |||||||||
DJICameraSettingsDef.CameraWhiteBalance | WaterSuface | The camera's white balance value is set to water surface. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
_equals(int b)
Compares the input integer value with the real value of an enum value.
| ||||||||||
static DJICameraSettingsDef.CameraWhiteBalance |
find(int value)
Returns the enum constant of this type with the input integer value.
| ||||||||||
int |
value()
Returns the real value of an enum value.
| ||||||||||
static DJICameraSettingsDef.CameraWhiteBalance | valueOf(String name) | ||||||||||
final static CameraWhiteBalance[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The camera's white balance value is automatically set.
The camera's white balance value is set to cloudy.
The camera's white balance is set to custom color temperature. By using this white balance value, user can set a specific value for the color temperature.
The camera's white balance value is set to indoors and fluorescent light.
The camera's white balance value is set to indoors and incandescent light.
The camera's white balance value is set to sunny.
The camera's white balance value is unknown.
The camera's white balance value is set to water surface.
Compares the input integer value with the real value of an enum value.
b | The input integer value. |
---|
Returns the enum constant of this type with the input integer value.
value | The input integer value |
---|
Returns the real value of an enum value.