hexToDec
converts a hexadecimal color code to the decimal format
number hexToDec(string hex);
| hex | string | the hexadecimal color code |
| number | the decimal color code |
Example
webix.color.hexToDec("ff0066");// -> 16711782
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.