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