Function nannou::prelude::rgba

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

A short-hand constructor for Rgba::new.