Open junichi11 opened 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
ColorUIResource
new ColorUIResource(float r, float g, float b); new ColorUIResource(int r, int g, int b); new ColorUIResource(int rgb);
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