FlexiColorPicker
FlexiColorPicker copied to clipboard
Hue Value can be -15 if you setHex to something with 0 Hue, then use the color picker to pick a color.
Hue value is the value of the hue offset when you do these conditions: 1 - setHex to something like #FFFFFF 2 - Then click on the color picker grid
I haven't dug in to much just yet but It looks like there are paths where the offset is not taken into account before it is subtracted later on for the final result.
Is the hue offset subtraction needed in the picker listener?