HSLA function
Hue
The hue. Must be between 0 and 360 (inclusive).
Saturation
The saturation. Must be between 0 and 100 (inclusive).
Lightness
The lightness. Must be between 0 and 100 (inclusive).
Alpha
The alpha value. Must be between 0 and 1 (inclusive). 0 means that the color is fully transparent and 1 means that the color is fully opaque.
Returns
A color based on the given color components.
Returns a color based on the given color components according to the Hue-Saturation-Lightness-Alpha (HSLA) color model.
This function is Calcapp-specific.
Examples
Returns a half-transparent color corresponding to Color.RedColor,Red.
Returns the array { Color.Red, Color.Black }{ Color,Red; Color,Black }, with the exception that the red color is half-transparent. When the third parameter, the lightness, is set to 0, the returned color is always black.