Colors 是一个 JavaScript 库,实现对颜色的各种操作和计算。
示例代码:
Colors.rgb2hex([153 ,153, 153]) // returns: #999999 Colors.rgb2hex(153) // returns: 99 (No hash mark)