Color

From Chord_Provider:
extension Color: Codable
  • encode(to:) From Chord_Provider

    Make Color encodable

    Declaration

    Swift

    public func encode(to encoder: Encoder) throws
  • init(from:) From Chord_Provider

    Make Color decodable

    Declaration

    Swift

    public init(from decoder: Decoder) throws
  • init(swiftColor:) From Chord_Provider

    Init a Color with a SWIFTColor alias

    Declaration

    Swift

    init(swiftColor: SWIFTColor)
  • randomDark From SwiftlyChordUtilities

    Generate a random dark Color

    Declaration

    Swift

    static var randomDark: Color { get }
  • randomLight From SwiftlyChordUtilities

    Generate a random light Color

    Declaration

    Swift

    static var randomLight: Color { get }
  • windowLabel From SwiftlyChordUtilities

    The Color of the label

    Declaration

    Swift

    static var windowLabel: Color { get }
  • windowBackground From SwiftlyChordUtilities

    The background Color

    Declaration

    Swift

    static var windowBackground: Color { get }