ImageResource
struct ImageResource : Swift.Hashable, Swift.Sendable
An image resource.
-
An asset catalog image resource name.
Declaration
Swift
fileprivate let name: Swift.String
-
An asset catalog image resource bundle.
Declaration
Swift
fileprivate let bundle: Foundation.Bundle
-
The “18” asset catalog image resource.
Declaration
Swift
static let _18: ImageResource
-
The “AboutLogo” asset catalog image resource.
Declaration
Swift
static let aboutLogo: ImageResource
-
The “Background-Gradient” asset catalog image resource.
Declaration
Swift
static let backgroundGradient: ImageResource
-
The “C” asset catalog image resource.
Declaration
Swift
static let C: ImageResource
-
The “CenterImage” asset catalog image resource.
Declaration
Swift
static let center: ImageResource
-
The “CoinBlank” asset catalog image resource.
Declaration
Swift
static let coinBlank: ImageResource
-
The “D” asset catalog image resource.
Declaration
Swift
static let D: ImageResource
-
The “I” asset catalog image resource.
Declaration
Swift
static let I: ImageResource
-
The “Infinity” asset catalog image resource.
Declaration
Swift
static let _infinity: ImageResource
-
The “L” asset catalog image resource.
Declaration
Swift
static let L: ImageResource
-
The “Logo” asset catalog image resource.
Declaration
Swift
static let logo: ImageResource
-
The “M” asset catalog image resource.
Declaration
Swift
static let M: ImageResource
-
The “SingleKeytag” asset catalog image resource.
Declaration
Swift
static let singleKeytag: ImageResource
-
The “StartupLogo” asset catalog image resource.
Declaration
Swift
static let startupLogo: ImageResource
-
The “ThreeKeytags” asset catalog image resource.
Declaration
Swift
static let threeKeytags: ImageResource
-
The “V” asset catalog image resource.
Declaration
Swift
static let V: ImageResource
-
The “X” asset catalog image resource.
Declaration
Swift
static let X: ImageResource
-
The “body_Black” asset catalog image resource.
Declaration
Swift
static let bodyBlack: ImageResource
-
The “body_Blue” asset catalog image resource.
Declaration
Swift
static let bodyBlue: ImageResource
-
The “body_BurntOrange” asset catalog image resource.
Declaration
Swift
static let bodyBurntOrange: ImageResource
-
The “body_DaygloGreen” asset catalog image resource.
Declaration
Swift
static let bodyDaygloGreen: ImageResource
-
The “body_DaygloOrange” asset catalog image resource.
Declaration
Swift
static let bodyDaygloOrange: ImageResource
-
The “body_Gray” asset catalog image resource.
Declaration
Swift
static let bodyGray: ImageResource
-
The “body_HotPink” asset catalog image resource.
Declaration
Swift
static let bodyHotPink: ImageResource
-
The “body_HunterGreen” asset catalog image resource.
Declaration
Swift
static let bodyHunterGreen: ImageResource
-
The “body_Moonglow” asset catalog image resource.
Declaration
Swift
static let bodyMoonglow: ImageResource
-
The “body_Purple” asset catalog image resource.
Declaration
Swift
static let bodyPurple: ImageResource
-
The “body_Red” asset catalog image resource.
Declaration
Swift
static let bodyRed: ImageResource
-
The “body_Speckled” asset catalog image resource.
Declaration
Swift
static let bodySpeckled: ImageResource
-
The “body_White” asset catalog image resource.
Declaration
Swift
static let bodyWhite: ImageResource
-
The “body_Yellow” asset catalog image resource.
Declaration
Swift
static let bodyYellow: ImageResource
-
The “ring_Closed” asset catalog image resource.
Declaration
Swift
static let ringClosed: ImageResource
-
The “ring_Open” asset catalog image resource.
Declaration
Swift
static let ringOpen: ImageResource
-
The “text_EighteenMonths” asset catalog image resource.
Declaration
Swift
static let textEighteenMonths: ImageResource
-
The “text_FifteenYears” asset catalog image resource.
Declaration
Swift
static let textFifteenYears: ImageResource
-
The “text_FiftyYears” asset catalog image resource.
Declaration
Swift
static let textFiftyYears: ImageResource
-
The “text_FiveYears” asset catalog image resource.
Declaration
Swift
static let textFiveYears: ImageResource
-
The “text_FortyFiveYears” asset catalog image resource.
Declaration
Swift
static let textFortyFiveYears: ImageResource
-
The “text_FortyYears” asset catalog image resource.
Declaration
Swift
static let textFortyYears: ImageResource
-
The “text_MultiYear” asset catalog image resource.
Declaration
Swift
static let textMultiYear: ImageResource
-
The “text_NineMonths” asset catalog image resource.
Declaration
Swift
static let textNineMonths: ImageResource
-
The “text_NinetyDays” asset catalog image resource.
Declaration
Swift
static let textNinetyDays: ImageResource
-
The “text_OneDay” asset catalog image resource.
Declaration
Swift
static let textOneDay: ImageResource
-
The “text_OneYear” asset catalog image resource.
Declaration
Swift
static let textOneYear: ImageResource
-
The “text_SixMonths” asset catalog image resource.
Declaration
Swift
static let textSixMonths: ImageResource
-
The “text_SixtyDays” asset catalog image resource.
Declaration
Swift
static let textSixtyDays: ImageResource
-
The “text_TenThousandDays” asset catalog image resource.
Declaration
Swift
static let textTenThousandDays: ImageResource
-
The “text_TenYears” asset catalog image resource.
Declaration
Swift
static let textTenYears: ImageResource
-
The “text_ThirtyDays” asset catalog image resource.
Declaration
Swift
static let textThirtyDays: ImageResource
-
The “text_ThirtyFiveYears” asset catalog image resource.
Declaration
Swift
static let textThirtyFiveYears: ImageResource
-
The “text_ThirtyYears” asset catalog image resource.
Declaration
Swift
static let textThirtyYears: ImageResource
-
The “text_TwentyFiveYears” asset catalog image resource.
Declaration
Swift
static let textTwentyFiveYears: ImageResource
-
The “text_TwentyYears” asset catalog image resource.
Declaration
Swift
static let textTwentyYears: ImageResource
-
The “text_WelcomeBack” asset catalog image resource.
Declaration
Swift
static let textWelcomeBack: ImageResource
-
Declaration
Swift
private init?(thinnableName: Swift.String, bundle: Foundation.Bundle)