netbeans-color-codes-preview icon indicating copy to clipboard operation
netbeans-color-codes-preview copied to clipboard

Support for javax.swing.plaf.ColorUIResource

Open junichi11 opened this issue 5 years ago • 0 comments

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);

junichi11 avatar Jan 10 '20 03:01 junichi11