[−][src]Type Definition amethyst_rendy::palette::rgb::GammaSrgba
type GammaSrgba<T = f32> = Alpha<Rgb<Gamma<Srgb, F2p2>, T>, T>;
Gamma 2.2 encoded sRGB with an alpha component.
type GammaSrgba<T = f32> = Alpha<Rgb<Gamma<Srgb, F2p2>, T>, T>;
Gamma 2.2 encoded sRGB with an alpha component.