coolor 0.4.0

conversion between color formats
Documentation
1
2
3
4
/// coolor error type
pub enum CoolorError {
    InvalidHsl(f32, f32, f32),
}