On Tue, Apr 8, 2014, at 12:44 AM, Tavmjong Bah wrote:
On Tue, 2014-04-08 at 17:05 +1030, Not Telling wrote:
Hi everyone, Just a suggestion for development of Inkscape, I notice using it that HSV values are in range of [0,256) and I just wanted to suggest that this be corrected.
Basically, because "hue" numbers are an angle in the HSV colourspace hexagon/circle, hue should be out of 360
Also, "saturation" and "value" numbers are percentages, so having them out of 256 doesn't really make any sense from a conceptual point of view.
I plan on implementing CSS 3 Color hsl() [1] in the near future. That might be the time to fix this.
I actually had much of the needed fixes worked up, but was distracted by a few other issues.
Once I can get a solid dev environment going again I should be able to finish this up. (MacPort updates kinda haven't liked my older mac for the last few weeks).