This commit is contained in:
Hri7566 2022-07-09 05:16:29 -04:00
parent 486f2be7db
commit 49dcd1a0fa
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@ function getTimeColor(currentDate = new Date()) {
// let l = 0.5; // let l = 0.5;
l = l / 2; l = l / 2;
console.log(h, s, l);
// convert to rgb // convert to rgb
let [r, g, b] = hslToRgb(h, s, l); let [r, g, b] = hslToRgb(h, s, l);