|
@@ -22,7 +22,7 @@
|
|
number: 10,
|
|
number: 10,
|
|
useCluster: true,
|
|
useCluster: true,
|
|
clusterSettings: {
|
|
clusterSettings: {
|
|
- sortMetric: "lightness",
|
|
|
|
|
|
+ sortMetric: "chroma",
|
|
scaleOption: "direct",
|
|
scaleOption: "direct",
|
|
sortOrder: "max",
|
|
sortOrder: "max",
|
|
},
|
|
},
|
|
@@ -69,7 +69,7 @@
|
|
document.getElementById("sort-metric").firstChild.nextSibling.nextSibling.nextSibling.nextSibling.selected = true;
|
|
document.getElementById("sort-metric").firstChild.nextSibling.nextSibling.nextSibling.nextSibling.selected = true;
|
|
document.getElementById("cluster-sort-metric").lastChild.previousSibling.previousSibling.selected = true;
|
|
document.getElementById("cluster-sort-metric").lastChild.previousSibling.previousSibling.selected = true;
|
|
|
|
|
|
- onColorChanged(state, "#222222");
|
|
|
|
|
|
+ onRandomColor(state);
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
</head>
|
|
</head>
|