- Color blending support
- Parsing colors from strings (
"#C0FFEE"
like) and numbers (0xC0FFEE like). also CSS-like supports:"rgb(255, 250, 200)"
- Working with color models:
- RGBA (0f..1f)
- HSV (0..360f, 0..1f, 0..1f)
-
nimble install prettyclr
-
nimble install github.com/prettybauble/prettyclr