java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.camera.DJICameraSettingsDef.CameraThermalPalette |
Supported only by thermal imaging camera
Different color palettes can be used to show different temperatures in the thermal image. Colors are used to
distinguish different temperatures and are not representative of light wavelength. Some palettes are different
when isotherm
is used compared to when it is not, and so an enum can represent two different palettes depending on if isotherm
is enabled.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJICameraSettingsDef.CameraThermalPalette | BlackHot | Without Isotherm enabled, the Palette type is BlackHot. | |||||||||
DJICameraSettingsDef.CameraThermalPalette | Color_1 | Without Isotherm enabled, the Palette type is Color1. | |||||||||
DJICameraSettingsDef.CameraThermalPalette | Color_2 | Without Isotherm enabled, the Palette type is Color2. | |||||||||
DJICameraSettingsDef.CameraThermalPalette | Fusion | Without Isotherm enabled, the Palette type is Fusion. | |||||||||
DJICameraSettingsDef.CameraThermalPalette | Globow | Without Isotherm enabled, the Palette type is Glowbow. | |||||||||
DJICameraSettingsDef.CameraThermalPalette | GreenHot | Without Isotherm enabled, the Palette type is GreenHot. | |||||||||
DJICameraSettingsDef.CameraThermalPalette | IceFire | Without Isotherm enabled, the Palette type is IceFire. | |||||||||
DJICameraSettingsDef.CameraThermalPalette | Ironbow_1 | Without Isotherm enabled, the Palette type is Ironbow1. | |||||||||
DJICameraSettingsDef.CameraThermalPalette | Ironbow_2 | Without Isotherm enabled, the Palette type is Ironbow2. | |||||||||
DJICameraSettingsDef.CameraThermalPalette | Rain | Without Isotherm enabled, the Palette type is Rain. | |||||||||
DJICameraSettingsDef.CameraThermalPalette | Rainbow | Without Isotherm enabled, the Palette type is Rainbow. | |||||||||
DJICameraSettingsDef.CameraThermalPalette | RedHot | Without Isotherm enabled, the Palette type is RedHot. | |||||||||
DJICameraSettingsDef.CameraThermalPalette | Sepia | Without Isotherm enabled, the Palette type is Sepia. | |||||||||
DJICameraSettingsDef.CameraThermalPalette | Unknown | The palette type is unknown. | |||||||||
DJICameraSettingsDef.CameraThermalPalette | WhiteHot | Without Isotherm enabled, the Palette type is WhiteHot. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
_equals(int b)
Compares the input integer value with the real value of an enum value.
| ||||||||||
int |
value()
Returns the real value of an enum value.
| ||||||||||
static DJICameraSettingsDef.CameraThermalPalette | valueOf(String name) | ||||||||||
final static CameraThermalPalette[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Without Isotherm enabled, the Palette type is BlackHot. With Isotherm enabled, the Palette type is BlackHotIso.
Without Isotherm enabled, the Palette type is Color1. With Isotherm enabled, the Palette type is MidRangeWHIso.
Without Isotherm enabled, the Palette type is Color2. With Isotherm enabled, the Palette type is MidRangeBHIso.
Without Isotherm enabled, the Palette type is Fusion. With Isotherm enabled, the Palette type is FusionIso.
Without Isotherm enabled, the Palette type is Glowbow. With Isotherm enabled, the Palette type is GlowbowIso.
Without Isotherm enabled, the Palette type is GreenHot. With Isotherm enabled, the Palette type is GreenHotIso.
Without Isotherm enabled, the Palette type is IceFire. With Isotherm enabled, the Palette type is IceFireIso.
Without Isotherm enabled, the Palette type is Ironbow1. With Isotherm enabled, the Palette type is IronbowWHIso.
Without Isotherm enabled, the Palette type is Ironbow2. With Isotherm enabled, the Palette type is IronbowBHIso.
Without Isotherm enabled, the Palette type is Rain. With Isotherm enabled, the Palette type is RainbowHCIso.
Without Isotherm enabled, the Palette type is Rainbow. With Isotherm enabled, the Palette type is RainbowIso.
Without Isotherm enabled, the Palette type is RedHot. With Isotherm enabled, the Palette type is RedHotIso.
Without Isotherm enabled, the Palette type is Sepia. With Isotherm enabled, the Palette type is SepiaIso.
Without Isotherm enabled, the Palette type is WhiteHot. With Isotherm enabled, the Palette type is WhiteHotIso.
Compares the input integer value with the real value of an enum value.
b | The input integer value |
---|
Returns the real value of an enum value.