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

Calculate XYZ representation from RGB coefficients.