BLENDEXCLUSIONCreates a new color by performing an exclusion blend. Suggest EditsSyntax =BLENDEXCLUSION(color1, color2) Arguments ArgumentTypeDescriptioncolor1ColorThe first color to blendcolor2ColorThe second color to blend Examples =BLENDEXCLUSION("#0080ff", "#ffffff") → #ff7f00ff =BLENDEXCLUSION("#0080ff", "#000000") → #0080ffffUpdated 9 months ago Table of Contents Syntax Arguments Examples