Skip to main content

Crate perceive_cvd

Crate perceive_cvd 

Source
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;

Modules§

brettel
types
vienot