coolor 0.5.1

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