Searched refs:ntc (Results 1 – 1 of 1) sorted by relevance
2098 var n_match = ntc.name(tmp);2295 var ntc = { class2301 color = "#" + ntc.names[i][0];2302 rgb = ntc.rgb(color);2303 hsl = ntc.hsl(color);2318 var rgb = ntc.rgb(color);2320 var hsl = ntc.hsl(color);2328 return ["#" + ntc.names[i][0], ntc.names[i][1], true];2330 …ndf1 = Math.pow(r - ntc.names[i][2], 2) + Math.pow(g - ntc.names[i][3], 2) + Math.pow(b - ntc.name…2331 …ndf2 = Math.pow(h - ntc.names[i][5], 2) + Math.pow(s - ntc.names[i][6], 2) + Math.pow(l - ntc.name…[all …]