This commit is contained in:
ItsLemmy
2025-10-06 11:49:26 -04:00
parent 7e59467647
commit b392dacb61
+1 -1
View File
@@ -110,7 +110,7 @@ Singleton {
for (var i=0; i<colors.length; i++) {
var hsl = ColorsConvert.hexToHSL(colors[i])
var score = hsl['s'];// + hsl['l'];
var score = hsl['s'] + hsl['l'];
if (score > bestScore) {
bestScore = score
bestScoreIndex = i