FADEIN

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

Syntax

=FADEIN(color, amount)

Arguments

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

Examples

=FADEIN("#00ff0088", 0.4)#00ff00ee
Increase the opacity of the color #00ff0088 by 40%.