Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

momeemt/Palette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Palette is the Nim library of color.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages