MTColorRampOptions
public struct MTColorRampOptions : Sendable, Codable
Options used when instantiating a color ramp.
-
Undocumented
Declaration
Swift
public var min: Double? -
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])