ThermalSpotType

@objc(GSThermalSpotType)
public enum ThermalSpotType : Int, CustomStringConvertible

Thermal spot palette types.

  • Colorize only if temperature is below threshold.

    Declaration

    Swift

    case cold
  • hot

    Colorize only if temperature is above threshold.

    Declaration

    Swift

    case hot
  • Debug description.

    Declaration

    Swift

    public var description: String { get }