farg 0.4.5

A Rust library for colorimetry, color space conversions, and color manipulation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[cfg(feature = "contrast-aert")]
pub mod aert;
#[cfg(feature = "contrast-apca")]
pub mod apca;
#[cfg(feature = "contrast-michelson")]
pub mod michelson;
#[cfg(feature = "contrast-rms")]
pub mod rms;
#[cfg(feature = "contrast-wcag")]
pub mod wcag;
#[cfg(feature = "contrast-weber")]
pub mod weber;