ColorResource
struct ColorResource : Swift.Hashable, Swift.Sendable
A color resource.
-
Initialize a
ColorResource
withname
andbundle
.Declaration
Swift
init(name: Swift.String, bundle: Foundation.Bundle)
-
The “AccentColor” asset catalog color resource.
Declaration
Swift
static let accent: ColorResource
-
The “Background-Begin” asset catalog color resource.
Declaration
Swift
static let backgroundBegin: ColorResource
-
The “Background-End” asset catalog color resource.
Declaration
Swift
static let backgroundEnd: ColorResource
-
The “InProgress” asset catalog color resource.
Declaration
Swift
static let inProgress: ColorResource