lerpHSL

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

Linearly interpolates this color's HSL values toward color's HSL values by alpha, going through all the intermediate hues.

Return

A reference to this color.