Color – Linear Interpolate

Use Value Description

Returns color 1 if the factor is 0, color 2 if the factor is 1 and the average of color 1 and 2 if the factor is 0.5 with everything in-between using color interpolation

Color.Lerp


Parameters

Color 1 – The first color

Color 2 – The second color

Factor – The factor of which value is returned, generally between 0.0 and 1.0


Related Events/Use Values

Color – Modulate (Use Value)

Color – Average (Use Value)


Does this page need more information? Email Us!