ThermalColorizationMode

@objc(GSThermalColorizationMode)
public enum ThermalColorizationMode : Int, CustomStringConvertible

Thermal palette colorization modes.

  • Use black color if temperature is outside palette bounds.

    Declaration

    Swift

    case limited
  • Use boundaries colors if temperature is outside palette bounds.

    Declaration

    Swift

    case extended
  • Debug description.

    Declaration

    Swift

    public var description: String { get }