[go: up one dir, main page]

coolor 0.5.0

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