ThermalSpotPalette

@objcMembers
@objc(GSThermalSpotPalette)
public class ThermalSpotPalette : ThermalPalette

Spot thermal palette.

  • Temperature type to highlight.

    Declaration

    Swift

    public var type: ThermalSpotType
  • Threshold palette index for highlighting, from 0 to 1.

    Declaration

    Swift

    public var threshold: Double
  • Constructor.

    Declaration

    Swift

    public init(colors: [ThermalColor], type: ThermalSpotType, threshold: Double)

    Parameters

    colors

    palette colors

    type

    temperature type to highlight

    threshold

    threshold palette index for highlighting, from 0 to 1

  • Debug description.

    Declaration

    Swift

    override public var description: String { get }