Type Definition nannou::color::rgb::GammaSrgba[][src]

pub type GammaSrgba<T = f32> = Alpha<Rgb<Gamma<Srgb, F2p2>, T>, T>;
Expand description

Gamma 2.2 encoded sRGB with an alpha component.