-
Notifications
You must be signed in to change notification settings - Fork 89
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
Select color programmatically #65
Comments
You need to call updatePreview to update the color of square preview to the right. Since updatePreview is not exposed, I've created a version of pick-a-color with this possibility: |
This solution sets the color of the preview but does not actually set the values of the H/S/L. |
I ended up needing to set them programmatically, so I made the changes here:#81 |
See issue #94 for a quick solution |
Is there a way I can select a color programmatically? just changing the $.val() does not change the color in the preview.
The text was updated successfully, but these errors were encountered: