tkColorPicker
tkColorPicker copied to clipboard
Current version returns wrong information.
When using the "standard" tk color picker, and you use a named color (/etc/x11/rgb.txt) let's say "darkgoldenrod1", the return values are (255,185,15) and #ffb90f. These match the named color file.
However, when using your tkColorPicker and entering the same information, when the colorpicker appears the values are correct
.
However, when the program sends back the return values, they come in as (255,183,15) making the hex value #FFB70F, which of course won't match the expected values in the named color file.
I have attached a sample file that will show the issue. DemoShowingIssue.zip
Thank you in advance, Gregwa