css-examples
css-examples copied to clipboard
Fix setting of HSL values from hexa input
I noticed there was an issue setting the saturation and lightness values when a hexa value is input into the hexa input when the color format was set to HSL.
Simple fix of changing setHexa() to use updateHSX() instead of RGBtoHSV().