netbeans-color-codes-preview
netbeans-color-codes-preview copied to clipboard
Support for javax.swing.plaf.ColorUIResource
Is your feature request related to a problem? Please describe.
Currently, Colors of ColorUIResource are not recognized.
Describe the solution you'd like
Support for ColorUIResource
new ColorUIResource(float r, float g, float b);
new ColorUIResource(int r, int g, int b);
new ColorUIResource(int rgb);