DJICameraThermalPalette

enum DJICameraThermalPalette : NSUInteger {}

The different colors are used to show various temperatures in the thermal imagery image. The colors are not actually related to wavelengths of light, but rather the grayscale intensity. Supported only by thermal imaging cameras.

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

    DJICameraThermalPaletteRain
  • The palette type is unknown.

    Declaration

    Objective-C

    DJICameraThermalPaletteUnknown = 255