| Path : /proc/thread-self/root/var/www/html/smartcirqls.com/vendors/jqvmap/src/ColorScale/ |
| Current File : //proc/thread-self/root/var/www/html/smartcirqls.com/vendors/jqvmap/src/ColorScale/rgbToArray.js |
ColorScale.rgbToArray = function (rgb) {
rgb = rgb.substr(1);
return [parseInt(rgb.substr(0, 2), 16), parseInt(rgb.substr(2, 2), 16), parseInt(rgb.substr(4, 2), 16)];
};