Structure
Color
public struct Color: Codable, Equatable
Relationships
Conforms To
Codable
Equatable
Properties
indexed
let indexed: Int?
auto
let auto: Int?
rgb
let rgb: String?