Color
extension Color
Extension for SwiftUI color to wrap common AppKit and UIKit colors
-
Declaration
Swift
public static var label: Color { get }
-
Declaration
Swift
public static var secondaryLabel: Color { get }
-
Declaration
Swift
public static var tertiaryLabel: Color { get }
-
Declaration
Swift
public static var quaternaryLabel: Color { get }
-
Declaration
Swift
public static var systemFill: Color { get }
-
Declaration
Swift
public static var secondarySystemFill: Color { get }
-
Declaration
Swift
public static var tertiarySystemFill: Color { get }
-
Declaration
Swift
public static var quaternarySystemFill: Color { get }
-
Declaration
Swift
public static var systemBackground: Color { get }
-
Declaration
Swift
public static var secondarySystemBackground: Color { get }
-
Declaration
Swift
public static var tertiarySystemBackground: Color { get }
-
Declaration
Swift
public static var systemGroupedBackground: Color { get }
-
Declaration
Swift
public static var secondarySystemGroupedBackground: Color { get }
-
Declaration
Swift
public static var tertiarySystemGroupedBackground: Color { get }
-
Declaration
Swift
public static var systemRed: Color { get }
-
Declaration
Swift
public static var systemBlue: Color { get }
-
Declaration
Swift
public static var systemPink: Color { get }
-
Declaration
Swift
public static var systemTeal: Color { get }
-
Declaration
Swift
public static var systemGreen: Color { get }
-
Declaration
Swift
public static var systemIndigo: Color { get }
-
Declaration
Swift
public static var systemOrange: Color { get }
-
Declaration
Swift
public static var systemPurple: Color { get }
-
Declaration
Swift
public static var systemYellow: Color { get }
-
Declaration
Swift
public static var systemGray: Color { get }
-
Declaration
Swift
public static var systemGray2: Color { get }
-
Declaration
Swift
public static var systemGray3: Color { get }
-
Declaration
Swift
public static var systemGray4: Color { get }
-
Declaration
Swift
public static var systemGray5: Color { get }
-
Declaration
Swift
public static var systemGray6: Color { get }