BLENDNEGATION

Creates a new color from the two provided using a negation function.

Syntax

=BLENDNEGATION(color1, color2)

Arguments

ArgumentTypeDescription
color1ColorThe first color to blend
color2ColorThe second color to blend

Examples

=BLENDNEGATION("#1180f0", "#1180f0")#22fe1eff

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