From da6bd8837f6628e1a1dc54d6bfc32b9eaa2cca87 Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Sat, 9 Jul 2022 05:16:29 -0400 Subject: [PATCH] ofo --- src/ColorEncoder.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ColorEncoder.js b/src/ColorEncoder.js index 368a8ff..19e117c 100644 --- a/src/ColorEncoder.js +++ b/src/ColorEncoder.js @@ -72,6 +72,8 @@ function getTimeColor(currentDate = new Date()) { // let l = 0.5; l = l / 2; + console.log(h, s, l); + // convert to rgb let [r, g, b] = hslToRgb(h, s, l);