Flags
public struct Flags : OptionSet
Flags for color palette.
-
Undocumented
Declaration
Swift
public static let usableWithLightBackground: ColorPalette.Flags
-
Undocumented
Declaration
Swift
public static let usableWithDarkBackground: ColorPalette.Flags
-
The corresponding value of the raw type.
Declaration
Swift
public let rawValue: Int
-
Creates a new option set from the given raw value.
Declaration
Swift
public init(rawValue: Int)
Parameters
rawValue
The raw value of the option set to create.