pub type HslaF32 = HslaOf<f32>;Aliased Type§
#[repr(C)]pub struct HslaF32 {
pub h: f32,
pub s: f32,
pub l: f32,
pub a: f32,
}Fields§
§h: f32Hue. Color coefficient. Ex: 0 = red, 0.25 = green, 0.5 = blue, 0.75 = magenta
s: f32Saturation. Grayscale : 0, 1: pure color.
l: f32Light. Black & White level. 0 = black, 0.5 = pure color, 1 = white
a: f32Alpha