lerpColors

fun lerpColors(color1: Color, color2: Color, alpha: Double): Color

Sets this color to the linear interpolation of color1 and color2 by alpha (0.0 is color1, 1.0 is color2).

Return

A reference to this color.