ThermalRenderingMode

@objc(GSThermalRenderingMode)
public enum ThermalRenderingMode : Int, CustomStringConvertible, CaseIterable

Thermal rendering modes.

  • Visible image only.

    Declaration

    Swift

    case visible
  • Thermal image only.

    Declaration

    Swift

    case thermal
  • Blending between visible and thermal images.

    Declaration

    Swift

    case blended
  • Visible image is in black and white.

    Declaration

    Swift

    case monochrome
  • Debug description.

    Declaration

    Swift

    public var description: String { get }