mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 02:26:00 +00:00
Use HSL
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user