We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public indirect enum Color
ExpressibleByStringLiteral, Hashable
ExpressibleByStringLiteral
Hashable
init(stringLiteral:)
public init(stringLiteral value: String)
transparent
case transparent
named
case named(: Name)
rgb
case rgb(red: UInt8, green: UInt8, blue: UInt8)
rgba
case rgba(red: UInt8, green: UInt8, blue: UInt8, alpha: UInt8)
hsv
case hsv(hue: Double, saturation: Double, value: Double)
custom
case custom(: String)