Expand description
§perceive-cvd
Colorblind (color vision deficiency) simulation using the Brettel et al. (1997) and Viénot et al. (1999) models. Part of the Perceive accessibility platform.
Uses perceive_color::Color for linear RGB representation.
Re-exports§
pub use brettel::simulate;pub use types::CvdType;pub use types::Severity;pub use vienot::simulate_fast;