ColorResource

struct ColorResource : Swift.Hashable, Swift.Sendable

A color resource.

  • Initialize a ColorResource with name and bundle.

    Declaration

    Swift

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