Function nannou_core::color::rgb

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

A short-hand constructor for Rgb::new.