BLENDEXCLUSION

Creates a new color by performing an exclusion blend.

Syntax

=BLENDEXCLUSION(color1, color2)

Arguments

ArgumentTypeDescription
color1ColorThe first color to blend
color2ColorThe second color to blend

Examples

=BLENDEXCLUSION("#0080ff", "#ffffff")#ff7f00ff

=BLENDEXCLUSION("#0080ff", "#000000")#0080ffff