Function nannou_core::color::rgb[][src]

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

A short-hand constructor for Rgb::new.