Class Scale

java.lang.Object
com.flir.thermalsdk.image.Scale

public final class Scale extends Object
Defines an image's linear scale object and basic scale's parameters. The scale defines the way the Palette is applied to the ThermalImage. Scale is an interval of the temperature, where colors from a selected Palette is applied. The available temperature's range is defined by the ThermalImage.

Scale cannot be created directly, it should always be obtained from ThermalImage. To do so, the ThermalImage.getScale() method should be called.