Type Definition LinSrgb
amethyst_rendy::palette::rgb
type LinSrgb<T = f32> = Rgb<Linear<Srgb>, T>;
Linear sRGB.