colorsys 0.7.3

A module for color conversion and mutation. Works with RGB(a)( as hexadecimal too), HSL(a), CMYK color models and with ANSI color codes
Documentation
1
2
3
4
pub use super::{
  ApproxEq, ColorAlpha, ColorTransform, ColorTuple, ColorTupleA, ParseError,
  SaturationInSpace,
};