tkColorPicker icon indicating copy to clipboard operation
tkColorPicker copied to clipboard

Current version returns wrong information.

Open gregwa1953 opened this issue 2 years ago • 0 comments

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 Color Chooser_002 . 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

gregwa1953 avatar Jul 12 '22 20:07 gregwa1953