setHsl
setHsl is a function commonly found in graphics programming or color manipulation libraries. Its primary purpose is to set the hue, saturation, and lightness (HSL) components of a color. HSL is an alternative color model to RGB, representing colors based on their perceived attributes rather than their additive or subtractive components.
The hue component typically ranges from 0 to 360 degrees, representing the pure color on the color
When setHsl is invoked, it takes these three values as arguments. For example, setHsl(120, 50, 75) would