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

pub type Rgb8 = Rgb<u8>;
Expand description

The same as Rgb, but with u8’s.