Hey, I am making a menu that allows you to change how your character looks. You can change the color of some things, such as the eye color. I have three custom sliders, one for Hue, one for Saturation, and one for Vibrance. In RGB there are either three 255s or three 100s, but in HSL there are two 100s and a 360. My Hue slider's max is 360, and my Sat and Vib sliders are max 100. I have the "ReplaceColor" effect, but it is in RGB. I need it to be in HSL. How to I convert it?
Thanks,
Give me a Pixel