TINT
Creates a new color by mixing the specified color with white in a given proportion.
Syntax
=TINT(color, amount)
Arguments
Argument | Type | Description |
---|---|---|
color | Color | The color to tint. |
amount | Number | The 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 about 1 year ago
Did this page help you?