MTHaloStop

public struct MTHaloStop : Sendable, Codable

One stop in the halo radial gradient: position in [0,1] and color.

  • Undocumented

    Declaration

    Swift

    public var position: Double
  • Undocumented

    Declaration

    Swift

    public var color: MTColor
  • Undocumented

    Declaration

    Swift

    public init(position: Double, color: MTColor)
  • Declaration

    Swift

    public init(from decoder: any Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws