pub fn css_srgb_color_to_linear(r: u8, g: u8, b: u8) -> Vec4
Converts a CSS style sRGB color into a Vec4.
Vec4
This applies the linear transfer function to the input color, returning a color in linear color space.