colorsys 0.7.3

A module for color conversion and mutation. Works with RGB(a)( as hexadecimal too), HSL(a), CMYK color models and with ANSI color codes
Documentation
1
2
3
4
5
pub static RGB_UNIT_MAX: f64 = 255.0;
pub static HUE_MAX: f64 = 360.0;
pub static PERCENT_MAX: f64 = 100.0;
pub static RATIO_MAX: f64 = 1.0;
pub static ALL_MIN: f64 = 0.0;