MTColorRampCanvasStripOptions
public struct MTColorRampCanvasStripOptions : Sendable, Codable
Options for rendering the ramp to a canvas strip.
-
Undocumented
Declaration
Swift
public var horizontal: Bool? -
Undocumented
Declaration
Swift
public var size: Int? -
Undocumented
Declaration
Swift
public var smooth: Bool? -
Undocumented
Declaration
Swift
public init(horizontal: Bool? = nil, size: Int? = nil, smooth: Bool? = nil)