easy_color 0.1.1

A relatively universal color format conversion tool. that can convert between #RRGGBB, #RGB, #RRGGBBAA, hsl, hsla, hsv, cmyk.
Documentation
1
2
3
4
pub trait Color {
    fn is_dark(&self) -> bool;
    fn is_light(&self) -> bool;
}