Woops forgot a couple of other new ones:
- DesaturateColor - Can be used to saturate or desaturate a color. Negative values saturate while positive values desaturate - An amount of 0 will leave the color unchanged.
- Convert_RGB_to_HSL - Outputs HSL/HSV (Hue, Saturation, Luminance) values for the given color. Hue output is in degrees 0-360. I haven’t actually tested this… just made it from internet math.