Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current version returns wrong information. #9

Open
gregwa1953 opened this issue Jul 12, 2022 · 0 comments
Open

Current version returns wrong information. #9

gregwa1953 opened this issue Jul 12, 2022 · 0 comments

Comments

@gregwa1953
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant