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

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

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