Type Definition nannou::color::Rgba8[][src]

type Rgba8 = Alpha<Rgb<Srgb, u8>, u8>;
Expand description

The same as Rgba, but with u8’s.