Function nannou::color::srgba

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

A short-hand constructor for Srgba::new.