Dirkster99 / ColorPickerLib

A WPF/MVVM implementation of a themeable color picker control.
MIT License
47 stars 13 forks source link

The HSV textboxes are not working #2

Open jelkevanhoorn opened 4 years ago

jelkevanhoorn commented 4 years ago

The HSV textboxes keep displaying 360/100/100. The spinner control next to it works. Looking into the code there seems to be a discrepancy between the values for S and V, at one place 0-1 is expected at another 0-100.

Dirkster99 commented 4 years ago

Hi, thanks for reporting the issue - I think I've resolved it now - can you confirm the resolution with the current master branch please?

jelkevanhoorn commented 4 years ago

I'm afraid it doesn't work. The values in the textboxes do sometimes change, but mostly it is 359/100/100 now. The spinners still change the color as expected :)

colorpicker (2)