Color
From Chord_Provider:
extension Color: Codable
-
encode(to:
From Chord_Provider) Make
Color
encodableDeclaration
Swift
public func encode(to encoder: Encoder) throws
-
init(from:
From Chord_Provider) Make
Color
decodableDeclaration
Swift
public init(from decoder: Decoder) throws
-
randomDark
From SwiftlyChordUtilitiesGenerate a random dark Color
Declaration
Swift
static var randomDark: Color
-
randomLight
From SwiftlyChordUtilitiesGenerate a random light Color
Declaration
Swift
static var randomLight: Color
-
windowLabel
From SwiftlyChordUtilitiesThe Color of the label
Declaration
Swift
static var windowLabel: Color
-
windowBackground
From SwiftlyChordUtilitiesThe background Color
Declaration
Swift
static var windowBackground: Color