Opened 10 years ago
Last modified 8 years ago
#39681 new feature request
Add RGBA to Customizer color picker
| Reported by: | melchoyce | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Customize | Version: | |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | Focuses: | ui |
Description
It would be helpful to provide a UI for changing color opacity in the Customizer's color picker.
Some prior discussion about supporting RGBA in Iris here: https://github.com/Automattic/Iris/issues/13
See #21059
Change History (11)
#2
@
9 years ago
- Keywords needs-patch added
The code from @braad I think is a good polyfill extension to add alpha support, however I think for the core merge we really should be extending the core color picker in the same way that was done for adding hue slider support in #38263 and made a part of Iris itself.
@braad would you be interested in forking Automattic/Iris to extend it to add hue support, open a PR, and then create a core patch to incorporate your work into the wpColorPicker and the customizer Color control that uses it as was done for hue? This way, even if @mattwieve doesn't have time to merge it upstream, at least it would still be part of Iris although a fork.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Based on reviewing the contributions to that GitHub issue, this seems like it might be the best option:
Can someone do a code and accessibility review?