Skip to main content

hsl

Function hsl 

Source
pub fn hsl(h: f32, s: f32, l: f32) -> Hsla
Expand description

Create a gpui::Hsla color.

  • h: 0..360.0
  • s: 0.0..100.0
  • l: 0.0..100.0