Merge branch 'main' of github.com:skykooler/Lightningbeam

This commit is contained in:
Skyler Lehmkuhl 2025-01-05 19:57:49 -05:00
parent a47b301bab
commit c9d9dfc3ba
1 changed files with 0 additions and 1 deletions

View File

@ -5151,7 +5151,6 @@ function toolbar() {
console.log(hsv)
const rgb = hsvToRgb(...hsv)
const color = rgbToHex(rgb.r, rgb.g, rgb.b) + alpha
console.log(color)
fillColor.style.setProperty("--color", color);
fillColor.color = color;
fillColor.hsv = hsv