interpolateTowards

fun Color.interpolateTowards(other: Color, thisLikeness: Float): Color

Interpolates this color towards the other color. The closer thisLikeness is to 0.0, the closer the resulting color will be to the other color.