Structure
DrawingInfo.Renderer.AuthoringInfo.ColorRamp.ColorRamp
public struct ColorRamp: Codable, Equatable
Relationships
Member Of
DrawingInfo.Renderer.AuthoringInfo.ColorRamp
Conforms To
Codable
Equatable
Properties
type
public let type: String
algorithm
public let algorithm: String
fromColor
public let fromColor: [Int]
toColor
public let toColor: [Int]