[][src]Function nannou::ui::color::hsla

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

Create HSL colors with an alpha component for transparency.