Function elmesque::color::rgba
[−]
[src]
pub fn rgba(r: f32, g: f32, b: f32, a: f32) -> Color
Create RGB colors with an alpha component for transparency. The alpha component is specified with numbers between 0 and 1.