public static final enum

DJICameraSettingsDef.CameraThermalPalette

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ dji.common.camera.DJICameraSettingsDef.CameraThermalPalette

Class Overview

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.

Summary

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

Enum Values

public static final DJICameraSettingsDef.CameraThermalPalette BlackHot

Without Isotherm enabled, the Palette type is BlackHot. With Isotherm enabled, the Palette type is BlackHotIso.

public static final DJICameraSettingsDef.CameraThermalPalette Color_1

Without Isotherm enabled, the Palette type is Color1. With Isotherm enabled, the Palette type is MidRangeWHIso.

public static final DJICameraSettingsDef.CameraThermalPalette Color_2

Without Isotherm enabled, the Palette type is Color2. With Isotherm enabled, the Palette type is MidRangeBHIso.

public static final DJICameraSettingsDef.CameraThermalPalette Fusion

Without Isotherm enabled, the Palette type is Fusion. With Isotherm enabled, the Palette type is FusionIso.

public static final DJICameraSettingsDef.CameraThermalPalette Globow

Without Isotherm enabled, the Palette type is Glowbow. With Isotherm enabled, the Palette type is GlowbowIso.

public static final DJICameraSettingsDef.CameraThermalPalette GreenHot

Without Isotherm enabled, the Palette type is GreenHot. With Isotherm enabled, the Palette type is GreenHotIso.

public static final DJICameraSettingsDef.CameraThermalPalette IceFire

Without Isotherm enabled, the Palette type is IceFire. With Isotherm enabled, the Palette type is IceFireIso.

public static final DJICameraSettingsDef.CameraThermalPalette Ironbow_1

Without Isotherm enabled, the Palette type is Ironbow1. With Isotherm enabled, the Palette type is IronbowWHIso.

public static final DJICameraSettingsDef.CameraThermalPalette Ironbow_2

Without Isotherm enabled, the Palette type is Ironbow2. With Isotherm enabled, the Palette type is IronbowBHIso.

public static final DJICameraSettingsDef.CameraThermalPalette Rain

Without Isotherm enabled, the Palette type is Rain. With Isotherm enabled, the Palette type is RainbowHCIso.

public static final DJICameraSettingsDef.CameraThermalPalette Rainbow

Without Isotherm enabled, the Palette type is Rainbow. With Isotherm enabled, the Palette type is RainbowIso.

public static final DJICameraSettingsDef.CameraThermalPalette RedHot

Without Isotherm enabled, the Palette type is RedHot. With Isotherm enabled, the Palette type is RedHotIso.

public static final DJICameraSettingsDef.CameraThermalPalette Sepia

Without Isotherm enabled, the Palette type is Sepia. With Isotherm enabled, the Palette type is SepiaIso.

public static final DJICameraSettingsDef.CameraThermalPalette Unknown

The palette type is unknown.

public static final DJICameraSettingsDef.CameraThermalPalette WhiteHot

Without Isotherm enabled, the Palette type is WhiteHot. With Isotherm enabled, the Palette type is WhiteHotIso.

Public Methods

public boolean _equals (int b)

Compares the input integer value with the real value of an enum value.

Parameters
b The input integer value
Returns
  • boolean The compared result.

public int value ()

Returns the real value of an enum value.

Returns
  • integer The real value

public static DJICameraSettingsDef.CameraThermalPalette valueOf (String name)

public static final CameraThermalPalette[] values ()