Type Definition nannou::prelude::Srgba[][src]

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

Nonlinear sRGB with an alpha component.