FADEOUT

Creates a new color from the specified color by decreasing the opacity.

Syntax

=FADEOUT(color, amount)

Arguments

ArgumentTypeDescription
colorColorThe color to fade out.
amountNumberThe percentage amount to decrease opacity the given color, from 0 to 1.

Examples

=FADEOUT("#00ff0088", 0.4)#00ff0021
Decrease the opacity of the color #00ff0088 by 40%.