Function nannou::color::srgb

source ·
pub fn srgb<T>(r: T, g: T, b: T) -> Rgb<Srgb, T>
where T: Component,
Expand description

A short-hand constructor for Srgb::new.