Hi I played with colors to improve the color picker for gideros made by
@sslivkahttps://github.com/sslivka-gideros/ColorPickerHere I found the basics
http://en.wikipedia.org/wiki/HSL_and_HSVThis and other forums (and
@keszegh ) gave me the functions to convert rgb values to HSL and HEX (which gideros understands).
[edit]
@GeoCode made a wonderful slider control -which now can dispatch events
You can get the upgraded ColorPicker here:
https://github.com/piretro/ColorPickerThere is only one "strange" behaviour when the slider -which controls saturation - is at its minimum value:
saturation = 0 doesn't return exactly what I expected...
couldn't fix it yet, I am open to suggestions.