ShapeStyle
extension SwiftUI.ShapeStyle where Self == SwiftUI.Color
-
The “AccentColor” asset catalog color.
Declaration
Swift
static var accent: SwiftUI.Color { get }
-
The “Cell-Background” asset catalog color.
Declaration
Swift
static var cellBackground: SwiftUI.Color { get }
-
The “Delete-Color” asset catalog color.
Declaration
Swift
static var delete: SwiftUI.Color { get }
-
The “Final-Color” asset catalog color.
Declaration
Swift
static var final: SwiftUI.Color { get }
-
The “Group-Number” asset catalog color.
Declaration
Swift
static var groupNumber: SwiftUI.Color { get }
-
The “Paused-Color” asset catalog color.
Declaration
Swift
static var paused: SwiftUI.Color { get }
-
The “Selected-Cell-Action-Color” asset catalog color.
Declaration
Swift
static var selectedCellAction: SwiftUI.Color { get }
-
The “Selected-Cell-Background” asset catalog color.
Declaration
Swift
static var selectedCellBackground: SwiftUI.Color { get }
-
The “Selected-Cell-Border” asset catalog color.
Declaration
Swift
static var selectedCellBorder: SwiftUI.Color { get }
-
The “Start-Color” asset catalog color.
Declaration
Swift
static var start: SwiftUI.Color { get }
-
The “Warn-Color” asset catalog color.
Declaration
Swift
static var warn: SwiftUI.Color { get }
-
Declaration
Swift
private init?(thinnableResource: DeveloperToolsSupport.ColorResource?)