Function nannou_core::color::rgba

source ·
pub fn rgba<T>(r: T, g: T, b: T, a: T) -> Rgba<T>
where T: Component,
Expand description

A short-hand constructor for Rgba::new.