hsl-ish 0.1.0

A dead simple implementation of the HSL color space; indended for conversion to the RGB color space.
Documentation
1
2
3
4
5
pub mod hsl;
pub mod rgb;

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