[−][src]Function conrod_core::color::rgba
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.
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.