Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page Nov 16, 2020 · 3 revisions

Color

public indirect enum Color

Inheritance

ExpressibleByStringLiteral, Hashable

Initializers

init(stringLiteral:)

public init(stringLiteral value: String)

Enumeration Cases

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)
Clone this wiki locally