Struct HsvaColor¶ Defined in File slint_color.h Struct Documentation¶ struct HsvaColor¶ HsvaColor stores the hue, saturation, value, and alpha components of a color in the HSV color space. Public Members float hue¶ The hue component in degrees between 0 and 360. float saturation¶ The saturation component, between 0 and 1. float value¶ The value component, between 0 and 1. float alpha¶ The alpha component, between 0 and 1.