Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Color_Name_GradientStyle

mattt edited this page Mar 31, 2020 · 8 revisions

Color.Name.GradientStyle

public enum GradientStyle

Inheritance

Hashable, String

Enumeration Cases

rgb

case rgb(red: UInt8, green: UInt8, blue: UInt8)

radial

case radial

linear

case linear

transparent

case transparent

named

case named(: Name)

hsv

case hsv(hue: Double, saturation: Double, value: Double)

custom

case custom(: String)

rgba

case rgba(red: UInt8, green: UInt8, blue: UInt8, alpha: UInt8)

Initializers

init(stringLiteral:)

public init(stringLiteral value: String)
Clone this wiki locally