-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Color picker doesn't support ARGB values (only RGB) #36
Comments
Thanks! |
This would be a really awesome feature to add if it is easy. :) |
@alexjlockwood I'm thinking how to add this feature without making the component bigger. Do you have some idea? |
I'm not sure... I know this color picker exists for AngularJS... they add the alpha to the right so it is slightly bigger: https://github.com/brianpkelley/md-color-picker I think maybe as long as you provide a flag to optionally enable/disable the alpha component, maybe it isnt that big of a deal? |
Is there some change about rgba support? Really interested here |
still no opacity setting? |
Will be available in v7.1.0 |
Great library!
Would love to use it. However, I couldn't find a way to specify an ARGB color value (or maybe I just missed it?). Is there a way to specify the opacity of the color (similar to this library: https://github.com/brianpkelley/md-color-picker)?
The text was updated successfully, but these errors were encountered: