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 enum GradientStyle
Hashable, String
Hashable
String
case rgb(red: UInt8, green: UInt8, blue: UInt8)
case radial
case linear
case transparent
case named(: Name)
case hsv(hue: Double, saturation: Double, value: Double)
case custom(: String)
case rgba(red: UInt8, green: UInt8, blue: UInt8, alpha: UInt8)
public init(stringLiteral value: String)