Color
extension SwiftUI.Color
-
The “AccentColor” asset catalog color.
Declaration
Swift
static var accent: SwiftUI.Color { get } -
The “Background-Begin” asset catalog color.
Declaration
Swift
static var backgroundBegin: SwiftUI.Color { get } -
The “Background-End” asset catalog color.
Declaration
Swift
static var backgroundEnd: SwiftUI.Color { get } -
The “InProgress” asset catalog color.
Declaration
Swift
static var inProgress: SwiftUI.Color { get }
-
Declaration
Swift
private init?(thinnableResource: ColorResource?)
-
Initialize a
Colorwith a color resource.Declaration
Swift
init(_ resource: ColorResource)
View on GitHub