easy_color 0.1.3

A very simple and easy-to-use color conversion tool
Documentation
1
2
3
4
pub trait Color {
    fn is_dark(&self) -> bool;
    fn is_light(&self) -> bool;
}