mbastian opened a new issue, #4680: URL: https://github.com/apache/netbeans/issues/4680
### Description The `org.netbeans.beaninfo.editors.ColorEditor` class does not support the alpha channel. This `PropertyEditor` is used in various places. The color chooser UI allows to set the transparency but then it's ignored. <img width="697" alt="Screenshot 2022-09-24 at 21 59 51" src="https://user-images.githubusercontent.com/234813/192116357-924e5035-753d-47dd-a380-04b9e3bcfcc5.png"> Do I miss something or it's a gap? You can reproduce it by 1. Create a new JPanel and change the background color 2. Select a color with transparency 3. Close the editor and reopen it, the transparency setting is gone ### Use case/motivation In some cases one want to select a color with the alpha channel. As a default color editor, it should support it. ### Related issues _No response_ ### Are you willing to submit a pull request? Yes ### Code of Conduct Yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
