BLENDEXCLUSION
Creates a new color by performing an exclusion blend.
Syntax
=BLENDEXCLUSION(color1, color2)
Arguments
Argument | Type | Description |
---|---|---|
color1 | Color | The first color to blend |
color2 | Color | The second color to blend |
Examples
=BLENDEXCLUSION("#0080ff", "#ffffff")
→ #ff7f00ff
=BLENDEXCLUSION("#0080ff", "#000000")
→ #0080ffff
Updated about 1 year ago
Did this page help you?