Function nannou::prelude::rgb

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

A short-hand constructor for Rgb::new.