[−][src]Type Definition amethyst_rendy::palette::rgb::LinSrgba
type LinSrgba<T = f32> = Alpha<Rgb<Linear<Srgb>, T>, T>;
Linear sRGB with an alpha component.
type LinSrgba<T = f32> = Alpha<Rgb<Linear<Srgb>, T>, T>;
Linear sRGB with an alpha component.