pub fn hsla(hue: f32, saturation: f32, lightness: f32, alpha: f32) -> Color
Expand description

Create HSL colors with an alpha component for transparency.