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

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

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