prettyclr
Small library for working with colors
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:25 |
Tags
Installation
nimble install prettyclr
choosenim install prettyclr
git clone https://github.com/prettybauble/prettyclr
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| prettyclr | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/prettybauble/prettyclr |
|---|---|
| Homepage | https://github.com/prettybauble/prettyclr |
| Registry Source | nimble_official |
README
# prettyclr
### Small library for working with colors
[](https://github.com/prettybauble/prettyclr/actions/workflows/test.yml)
#### Stable version - 2.0.1
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:
- [x] RGBA (0f..1f)
- [x] HSV (0..360f, 0..1f, 0..1f)
Get Started
Install
-
bash
nimble install prettyclr
-
bash
nimble install github.com/prettybauble/prettyclr
|[Docs][]|[Tests][]|
|--------|---------|