groundsdk 7.7.2 API
7.7.2
androidJvm
groundsdk 7.7.2 API
/
com.parrot.drone.groundsdk.device.peripheral
/
ThermalControl
/
RelativePalette
Relative
Palette
interface
RelativePalette
:
ThermalControl.Palette
Relative thermal palette.
Members
Functions
get
Colors
Link copied to clipboard
@
NonNull
abstract
fun
getColors
(
)
:
Collection
<
ThermalControl.Palette.Color
>
Retrieves the palette colors.
get
Highest
Temperature
Link copied to clipboard
abstract
fun
getHighestTemperature
(
)
:
Double
Retrieves the temperature associated to the higher boundary of the palette, in Kelvin.
get
Lowest
Temperature
Link copied to clipboard
abstract
fun
getLowestTemperature
(
)
:
Double
Retrieves the temperature associated to the lower boundary of the palette, in Kelvin.
is
Locked
Link copied to clipboard
abstract
fun
isLocked
(
)
:
Boolean
Tells whether the palette is locked.