BLENDDIFFERENCECreates a new color by subtracting one provided color from the other. Suggest EditsSyntax =BLENDDIFFERENCE(color1, color2) Arguments ArgumentTypeDescriptioncolor1ColorThe first color to blendcolor2ColorThe second color to blend Examples =BLENDDIFFERENCE("#00ffff", "#0080ff") → #007f00ffUpdated 9 months ago Table of Contents Syntax Arguments Examples