hsla
HSL colors

Next:<hsla> ( hue saturation lightness alpha -- hsla )


Vocabulary
colors.hsl

Class description
The class of HSL (Hue, Saturation, Lightness) colors with an alpha channel. All slots store values in the interval [0,1].

Definition

TUPLE: hsla
{ hue read-only } { saturation read-only }
{ lightness read-only } { alpha read-only } ;


Methods