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

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

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