ColorResource

struct ColorResource : Swift.Hashable, Swift.Sendable

A color resource.

  • An asset catalog color resource name.

    Declaration

    Swift

    fileprivate let name: Swift.String
  • An asset catalog color resource bundle.

    Declaration

    Swift

    fileprivate let bundle: Foundation.Bundle
  • Initialize a ColorResource with name and bundle.

    Declaration

    Swift

    init(name: Swift.String, bundle: Foundation.Bundle)

Color Symbols

  • The “button_background_color” asset catalog color resource.

    Declaration

    Swift

    static let buttonBackground: ColorResource
  • The “clear_data_card_color” asset catalog color resource.

    Declaration

    Swift

    static let clearDataCard: ColorResource
  • The “clear_key_tex_color” asset catalog color resource.

    Declaration

    Swift

    static let clearKeyTex: ColorResource
  • The “dialog_button_color” asset catalog color resource.

    Declaration

    Swift

    static let dialogButton: ColorResource
  • The “dialog_text_color” asset catalog color resource.

    Declaration

    Swift

    static let dialogText: ColorResource
  • err

    The “err_color” asset catalog color resource.

    Declaration

    Swift

    static let err: ColorResource
  • The “gcolor1” asset catalog color resource.

    Declaration

    Swift

    static let gcolor1: ColorResource
  • The “gcolor2” asset catalog color resource.

    Declaration

    Swift

    static let gcolor2: ColorResource
  • The “gcolor3” asset catalog color resource.

    Declaration

    Swift

    static let gcolor3: ColorResource
  • The “generate_qr_bg_color” asset catalog color resource.

    Declaration

    Swift

    static let generateQrBg: ColorResource
  • The “generate_text_color” asset catalog color resource.

    Declaration

    Swift

    static let generateText: ColorResource
  • The “indicator_color” asset catalog color resource.

    Declaration

    Swift

    static let indicator: ColorResource
  • The “metadata_key_color” asset catalog color resource.

    Declaration

    Swift

    static let metadataKey: ColorResource
  • The “primary_color” asset catalog color resource.

    Declaration

    Swift

    static let primary: ColorResource
  • The “secondary_bg_color” asset catalog color resource.

    Declaration

    Swift

    static let secondaryBg: ColorResource
  • The “setting_header_color” asset catalog color resource.

    Declaration

    Swift

    static let settingHeader: ColorResource
  • The “smartcard_header_color” asset catalog color resource.

    Declaration

    Swift

    static let smartcardHeader: ColorResource
  • The “snackbar_text_color” asset catalog color resource.

    Declaration

    Swift

    static let snackbarText: ColorResource
  • The “success_color” asset catalog color resource.

    Declaration

    Swift

    static let success: ColorResource
  • The “text_bg_color” asset catalog color resource.

    Declaration

    Swift

    static let textBg: ColorResource
  • The “text_box_background_color” asset catalog color resource.

    Declaration

    Swift

    static let textBoxBackground: ColorResource
  • The “text_color_welcome_back” asset catalog color resource.

    Declaration

    Swift

    static let textColorWelcomeBack: ColorResource
  • The “text_err_color” asset catalog color resource.

    Declaration

    Swift

    static let textErr: ColorResource
  • The “text_header_color” asset catalog color resource.

    Declaration

    Swift

    static let textHeader: ColorResource
  • The “toolbarColor” asset catalog color resource.

    Declaration

    Swift

    static let toolbar: ColorResource

Thinnable Asset Support