color-convert 0.1.0

Support RGB,RGBA,HEX,HSL,HSLA,HSV,CMYK to convert each other, write by rust.
Documentation
1
2
3
4
5
6
pub mod map;
pub mod hex;
pub mod rgb;
pub mod hsl;
pub mod cmyk;
pub mod hsv;