css-examples icon indicating copy to clipboard operation
css-examples copied to clipboard

Fix setting of HSL values from hexa input

Open bytesnz opened this issue 4 years ago • 0 comments

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().

bytesnz avatar Oct 24 '21 11:10 bytesnz