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

Incorrect parsing of Hex Values #23

Closed
acunniffe opened this issue May 31, 2016 · 1 comment
Closed

Incorrect parsing of Hex Values #23

acunniffe opened this issue May 31, 2016 · 1 comment

Comments

@acunniffe
Copy link

acunniffe commented May 31, 2016

Example: put #EEDDAA into the hex field and #EDDCA8 comes out in the on-change event. Seems like your parsing is off by 1 or two.

Example 2: put in #ff0000 and the color is yellow, not red

@noyobo
Copy link
Contributor

noyobo commented Jul 16, 2016

  1. you can view the issues Hex <=> Hsv mutual conversion not equal stayradiated/colr#6
  2. hex field maxlength is 6, don't need prefix #

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

No branches or pull requests

2 participants