mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Think this fixes sorting issue
This commit is contained in:
@@ -303,4 +303,4 @@ function rgbToHsl(arr){
|
|||||||
if(l>0.5)l=0.5; //make sure it isnt too light
|
if(l>0.5)l=0.5; //make sure it isnt too light
|
||||||
|
|
||||||
return "hsl("+Math.floor(h*360)+", "+Math.floor(s*100)+"%, "+Math.floor(l*100)+"%)";
|
return "hsl("+Math.floor(h*360)+", "+Math.floor(s*100)+"%, "+Math.floor(l*100)+"%)";
|
||||||
}colorcolorcolor
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user