pub fn srgba_to_linear(srgb_in: Vec4) -> Vec4
Expand description
sRGB to linear approximation. See http://chilliant.blogspot.com/2012/08/srgb-approximations-for-hlsl.html
pub fn srgba_to_linear(srgb_in: Vec4) -> Vec4
sRGB to linear approximation. See http://chilliant.blogspot.com/2012/08/srgb-approximations-for-hlsl.html