I'm still learning random programming tidbits all the time. Today I learned that when combining HSL values, you have to treat the hue as a circular angle, or it won't do "Hue Wrapping". If you don't do this vector conversion, it will clip out lots of red values, you'll have the HSL Blues, literally.
9 months ago