UNPKG

gentelella

Version:

Gentelella Admin is a free to use Bootstrap admin template

8 lines (7 loc) 208 B
ColorScale.prototype.vectorToNum = function (vector) { var num = 0; for (var i = 0; i < vector.length; i++) { num += Math.round(vector[i]) * Math.pow(256, vector.length - i - 1); } return num; };