ori::core::canvas

Function hsla

Source
pub fn hsla(h: f32, s: f32, l: f32, a: f32) -> Color
Expand description

Create a new color, with the given hue, saturation, lightness and alpha components.