hsva
HSV colors

Next:<hsva> ( hue saturation value alpha -- hsva )


Vocabulary
colors.hsv

Class description
The class of HSV (Hue, Saturation, Value) colors with an alpha channel. The hue slot stores a value in the interval [0,360] and the remaining slots store values in the interval [0,1].

Definition


Methods