mirror of
https://github.com/momeemt/Palette
synced 2026-01-15 03:51:36 +00:00
No description
| src | ||
| tests | ||
| .gitignore | ||
| Palette.nimble | ||
| README.md | ||
Palette
Palette is a color library written in Nim.
Feature
- Able to handle HSV, RGB, and CRYK
let myColor: tColor = newColor(100, 100, 100)
echo myColor
echo myColor.rgb
echo myColor.hsv
echo myColor.cmyk
- Some primary colors are available
- Can give HSV to visually check the color
palette --hue:<hue> --saturation:<saturation> --value:<value>