colors-transform 0.2.11

Module for convert and transform colors
Documentation
1
2
3
4
5
mod hsl;
mod rgb;

pub use hsl::Hsl;
pub use rgb::Rgb;