Function nannou::color::srgb[][src]

pub fn srgb<T>(r: T, g: T, b: T) -> Srgb<T> where
    T: Component

A short-hand constructor for Srgb::new.