ColorUtilities.InterpolateColorLAB Method

Top 

Description

Interpolates colors given a designated weight in the CIELAB color space. Returns the value of the interpolated color.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

ColorUtilities.InterpolateColorLAB(Array colors, Variable weight)

Variable

Interpolates the colors given a designated weight. Returns the value of the interpolated color.

ColorUtilities.InterpolateColorLAB(Variable color1, Variable color2, Variable weight)

Variable

Interpolates the two colors given a designated weight. Returns the value of the interpolated color.

ColorUtilities.InterpolateColorLAB(Array colors, Variable weight, Variable min, Variable max)

Variable

Interpolates the colors given a designated weight. The weight is normalized based on the min/max values as (weight - min)/(max - min).

 

 

See also

ColorUtilities Object

Color Reference