mirror of
https://github.com/prettybauble/prettyclr
synced 2026-01-15 04:31:40 +00:00
No description
| .github/workflows | ||
| src | ||
| tests | ||
| .gitignore | ||
| LICENSE | ||
| prettyclr.nimble | ||
| README.md | ||
Features
- 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)
Get Started
Install
-
nimble install prettyclr -
nimble install github.com/prettybauble/prettyclr