lerp

fun lerp(color: Color, alpha: Double): Color

Linearly interpolates this color's RGB values toward color by alpha (0.0 is this color, 1.0 is color).

Return

A reference to this color.