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 }
-
Initialize a
Color
with a color resource.Declaration
Swift
init(_ resource: ColorResource)