BLENDNEGATIONCreates a new color from the two provided using a negation function. Suggest EditsSyntax =BLENDNEGATION(color1, color2) Arguments ArgumentTypeDescriptioncolor1ColorThe first color to blendcolor2ColorThe second color to blend Examples =BLENDNEGATION("#1180f0", "#1180f0") → #22fe1eff =BLENDNEGATION("#00ffff", "#0080ff") → #007f00ffUpdated 9 months ago Table of Contents Syntax Arguments Examples