Type Definition nannou::prelude::rgb::Rgba[][src]

type Rgba<S = Srgb, T = f32> = Alpha<Rgb<S, T>, T>;

Generic RGB with an alpha component. See the Rgba implementation in Alpha.