RSDReservedColorName
public enum RSDReservedColorName : RawRepresentable, Equatable, Hashable, Codable
A listing of the color names that are already assigned by the base framework using ColorMatrix.json
as
the source file.
-
Minimum version in which a reserved color name was introduced.
Declaration
Swift
public var minVersion: Int { get }
-
Maximum version in which a given reserved color name is expected to be included. If
nil
this color name should still be included in the color matrix in the most recent library.Declaration
Swift
public var version: Int? { get }
-
Declaration
Swift
public init?(rawValue: String)
-
Declaration
Swift
public var rawValue: String { get }