Function nannou::color::srgb8[][src]

pub fn srgb8(r: u8, g: u8, b: u8) -> Rgb<Srgb, u8>
Expand description

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