You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: