MTHalo
public struct MTHalo : Sendable, Codable
Configuration for the atmospheric glow (halo).
-
Controls the overall halo size.
Declaration
Swift
public var scale: Double?
-
Radial gradient definition expressed as ordered stops.
Declaration
Swift
public var stops: [MTHaloStop]?
-
Declaration
Swift
public init(scale: Double? = nil, stops: [MTHaloStop]? = nil)