pub fn srgb_to_linear(col: Rgb<f32>) -> Rgb<f32>
Expand description

directly converted from ‘vec3 srgb_to_linear(vec3 srgb)’ function in ‘srgb.glsl’