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