[][src]Function nannou::color::rgb

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

A short-hand constructor for Rgb::new.