GRAYSCALE / GREYSCALE
Creates a new color from the specified color by removing all saturation in the HSL color space.
Syntax
=GRAYSCALE(color)
=GREYSCALE(color)
Arguments
| Argument | Type | Description |
|---|---|---|
| color | Color | The color to convert to grayscale. |
Examples
=GRAYSCALE("#00ff00") #808080ff
Converts the color #00ff00ff to grayscale.
=GRAYSCALE("#1071e5") #7b7b7bff
Converts the color #1071e5ff to grayscale.
Updated about 1 year ago