bgrins / TinyColor

Fast, small color manipulation and conversion for JavaScript
https://bgrins.github.io/TinyColor/
MIT License
5.05k stars 437 forks source link

5-6-5 support #172

Open ropg opened 6 years ago

ropg commented 6 years ago

Would you consider adding support for 16-bit integers representing 5-6-5 encoded colors? They're used on lots of embedded displays, e.g. in the Arduino universe.

(Great work, BTW...)