junichi11 / netbeans-color-codes-preview

Show colors in an editor's sidebar
https://netbeans-vm.apache.org/pluginportal/catalogue/?id=24
Apache License 2.0
32 stars 8 forks source link

Support for javax.swing.plaf.ColorUIResource #36

Open junichi11 opened 4 years ago

junichi11 commented 4 years ago

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