pub fn xyz_to_rgb(xyz: &[Float; 3], rgb: &mut [Float; 3])
Expand description

Calculate RGB coefficients from a XYZ representation.