MTColorRampOptions

public struct MTColorRampOptions : Sendable, Codable

Options used when instantiating a color ramp.

  • min

    Undocumented

    Declaration

    Swift

    public var min: Double?
  • max

    Undocumented

    Declaration

    Swift

    public var max: Double?
  • Undocumented

    Declaration

    Swift

    public var stops: [MTColorRampStop]
  • Undocumented

    Declaration

    Swift

    public init(min: Double? = nil, max: Double? = nil, stops: [MTColorRampStop])