Color
public struct Color : Equatable
Undocumented
-
Undocumented
Declaration
Swift
public init(_ value: UInt32)
-
Undocumented
Declaration
Swift
public init(r: UInt8, g: UInt8, b: UInt8, a: UInt8 = 0xff)
-
Undocumented
Declaration
Swift
public init(hue: Float, saturation: Float, lightness: Float, alpha: UInt8 = 0xff)
-
Undocumented
Declaration
Swift
public var alpha: UInt8 { get }
-
Undocumented
Declaration
Swift
public var red: UInt8 { get }
-
Undocumented
Declaration
Swift
public var green: UInt8 { get }
-
Undocumented
Declaration
Swift
public var blue: UInt8 { get }