Function nannou::color::rgb8[][src]

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

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