Function veloren_common::util::srgb_to_linear_fast
source ยท pub fn srgb_to_linear_fast(col: Rgb<f32>) -> Rgb<f32>
Expand description
This function is optimized for speed over perfect accuracy
pub fn srgb_to_linear_fast(col: Rgb<f32>) -> Rgb<f32>
This function is optimized for speed over perfect accuracy