SLHSL

Type Alias SLHSL 

Source
pub type SLHSL = SLHSL_;

Aliased Type§

#[repr(C)]
pub struct SLHSL { pub hue: i32, pub saturation: i16, pub lightness: i16, }

Fields§

§hue: i32§saturation: i16§lightness: i16