Returns the color with the lightness component decreased by a percentage, given as a decimal number between 0 and 1.
LIGHTEN(color: String, lightnesspercentage: Number) => String
Parameter | Description |
Color | Color |
Lightness percentage | Percentage to increase lightness (0...1) |
Formula | Return value |
|
|
|
|
|
|
|
|