Function nannou_core::color::srgba[][src]

pub fn srgba<T>(r: T, g: T, b: T, a: T) -> Srgba<T> where
    T: Component
Expand description

A short-hand constructor for Srgba::new.