Type Definition nannou_core::color::rgb::Srgba[][src]

pub type Srgba<T = f32> = Alpha<Rgb<Srgb, T>, T>;
Expand description

Nonlinear sRGB with an alpha component.