LIGHTEN function
Color
The color to lighten.
Amount
A number between 0 and 100 (inclusive), where 0 means that no modifications should be made and 100 means that the resulting color should be white.
Returns
A lightened version of the given color.
Lightens the given color by a specified amount. The implementation uses the Hue-Saturation-Lightness (HSL) color model to linearly increase the lightness with the given amount. Use DARKEN to perform the reverse operation.
This function is Calcapp-specific.
Examples
Returns a variant of the default red color, which has been lightened by 20 percent.
Returns variants of the default red and green colors, which have both been lightened by 20 percent.
Returns variants of the default red and green colors, which have been lightened by 10 and 20 percent, respectively.