Function nannou_core::color::rgb8[][src]

pub fn rgb8(r: u8, g: u8, b: u8) -> Rgb8
Expand description

A short-hand constructor for Rgb::<u8>::new .