TINTCreates a new color by mixing the specified color with white in a given proportion. Suggest EditsSyntax =TINT(color, amount) Arguments ArgumentTypeDescriptioncolorColorThe color to tint.amountNumberThe percentage balance point between the given color and white, from 0 to 1. Examples =TINT("#00ff00", 0.5)→#80ff80ff Mixes the color #00ff00ff with white in equal parts.Updated 9 months ago Table of Contents Syntax Arguments Examples