Color_Name_GradientStyle - SwiftDocOrg/GraphViz GitHub Wiki
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)