Color models
UIColor, NSColor and SwiftUI Color are not codable. It's not easy to get their components or manipulate them. This library defines struct color models to make this easier. Then you can convert them to whatever specific color you need.
8000