Trait nannou::color::chromatic_adaptation::TransformMatrix
source · pub trait TransformMatrix<Swp, Dwp, T>{
// Required method
fn get_cone_response(&self) -> ConeResponseMatrices<T>;
// Provided method
fn generate_transform_matrix(&self) -> [T; 9] { ... }
}
Expand description
Generates a conversion matrix to convert the Xyz trisitmilus values from one illuminant to another (Swp -> Dwp)
Required Methods§
sourcefn get_cone_response(&self) -> ConeResponseMatrices<T>
fn get_cone_response(&self) -> ConeResponseMatrices<T>
Get the cone response functions for the chromatic adaptation method
Provided Methods§
sourcefn generate_transform_matrix(&self) -> [T; 9]
fn generate_transform_matrix(&self) -> [T; 9]
Generates a 3x3 transformation matrix to convert color from one reference white point to another with the given cone_response