MTColorRampStop
public struct MTColorRampStop : Sendable, Codable
A stop describing the value and color to apply.
-
Undocumented
Declaration
Swift
public var value: Double -
Undocumented
Declaration
Swift
public var color: MTRGBAColor -
Undocumented
Declaration
Swift
public init(value: Double, color: MTRGBAColor)