These docs are for v1.0. Click to read the latest docs for v1.2.

BLENDAVERAGE

Blends the two provided colors by averaging the respective values in each channel.

Syntax

=BLENDAVERAGE(color1, color2)

Arguments

ArgumentTypeDescription
color1ColorThe first color to blend
color2ColorThe second color to blend

Examples

=BLENDAVERAGE("#00ff00", "#0000ff")#008080ff