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

pub type Rgba8 = Rgba<u8>;
Expand description

The same as Rgba, but with u8’s.