updateHSL

fun updateHSL(h: Float, s: Float, l: Float)

updates this Mutable Color with new HSL values. RGB values automatically updated to match

Author

fzzyhmstrs

Since

0.2.0

Parameters

h

Float - hue component, 0f..1f

s

Float - saturation component, 0f..1f

l

Float - light component, 0f..1f