No description
Find a file
2022-04-27 18:42:45 +09:00
src 🐛 bugfix: hexのパースエラーを修正 2022-04-27 18:39:04 +09:00
tests 🐛 bugfix: hexのパースエラーを修正 2022-04-27 18:39:04 +09:00
.gitignore Add: NiGui 2020-12-28 20:33:08 +09:00
Palette.nimble version 0.2.1 2022-04-27 18:42:45 +09:00
README.md 🚀 Launch 2020-12-28 20:41:54 +09:00

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>

Author