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
extern crate regex;

pub mod color;
pub mod handles;
pub mod utils;