BLENDDIFFERENCE

Creates a new color by subtracting one provided color from the other.

Syntax

=BLENDDIFFERENCE(color1, color2)

Arguments

ArgumentTypeDescription
color1ColorThe first color to blend
color2ColorThe second color to blend

Examples

=BLENDDIFFERENCE("#00ffff", "#0080ff")#007f00ff