Function nannou::color::srgba8[][src]

pub fn srgba8(r: u8, g: u8, b: u8, a: u8) -> Srgba<u8>

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