-
Notifications
You must be signed in to change notification settings - Fork 920
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
8 digit hex codes #416
Comments
I will keep track of this to make sure it makes it into v3.0.0 |
Raised this PR for resolving this. |
Any updates on this/ when it might be launched to production? Also, any suggestions for what I could do in the meantime? My use case is that I want to use the AlphaPicker + HuePicker to interact with an 8 digit hex code that I will be receiving from another component. My current logic was:
However, this seems cumbersome/ inefficient and susceptible to errors. Is there a more elegant/ alternate solutions for the problem? Note: I MUST use 8 digit hex codes to communicate between the two components, don't have a choice there :/ Anyway, I appreciate any help and thank you for such an amazing library! |
…hex selector when alpha is not 1
Hey awesome thing you've got here!
What do you think about 8 digit hex codes, as explained here? The rightmost 2 digits represent alpha value.
I know apps like Photoshop don't use them, so maybe they'd only be implemented for the pickers that do use them. I know Chrome does.
I'd be happy to PR, but if you are rethinking color conversions for v3, maybe this is something that should be done on the color conversion library level? Let me know if you have any thoughts!
The text was updated successfully, but these errors were encountered: