Closed jmborer closed 5 years ago
Sorry, I don't prefer PRs at the moment because I would like to implement features myself as much as possible in this plugin. So, first of all, if you have new feature requests, please submit them to the issues. If I can't do that, I'll ask for help. Thank you for understanding.
Thank you for your request but I'll close this, sorry. I'll add CONTRIBUTING.md. Instead, could you please submit your request to Issues?
Even if I can understand that you don't want help. You could use my code which I kept identical to yours to accelerate the support for all remaining Color constructors.
The following formats are supported: new Color( int_rgb) new Color( int_rgba, alpha) new Color(hexint_rgb) new Color(hexint_rgba, alpha) new Color(float_r, float_g, floatg, float_b) new Color(float_r, float_g, floatg, float_b, float_alpha)