pub fn lin_srgb<T>(r: T, g: T, b: T) -> Rgb<Linear<Srgb>, T>where T: Component,
A short-hand constructor for LinSrgb::new.
LinSrgb::new