ColorComponents

main

A lightweight library for convenient accessing of a color's components.
edonv/ColorComponents

ColorComponents

ColorComponents is a lightweight library for convenient accessing of just that: a color's components. It allows for easy cross-compatability with Swift's different color types: CGColor, UIColor, NSColor, and SwiftUI's Color. Additionally, it provides a number of initializers and computed properties for convient compatability with hex color integers and strings (with and without alpha at the end), plus different permutations of hue/saturation/lightness. It also conforms to Codable, RawRepresentable, Equatable, and Hashable (it uses a hexadecimal integer under the hood for all of them).

Description

  • Swift Tools 5.8.0
View More Packages from this Author

Dependencies

  • None
Last updated: Wed Apr 03 2024 01:12:31 GMT-0900 (Hawaii-Aleutian Daylight Time)