Matugen: Use Saturation only

This commit is contained in:
ItsLemmy
2025-10-06 11:53:21 -04:00
parent b392dacb61
commit 3d2d9a2442
+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'];
if (score > bestScore) {
bestScore = score
bestScoreIndex = i