Skip to main content

Mix Colors

Interpolate between two colors.

Written by Holly Conrad Smith
Updated over a month ago

Inputs:

Color1: (color): The first color.

Color2: (color): The second color.

T: (number): The interpolation factor (0 to 1). Defaults to 0.5.

Mode: (string): Mix mode (rgb, hsl, lab, Ich, Irgb). Defaults to Irgb.

Outputs:

Color: (color): The interpolated color.

Did this answer your question?