now palette project lays here

This commit is contained in:
2026-03-04 22:13:30 +03:00
parent b9808c8150
commit 84d241e619
10 changed files with 35 additions and 6 deletions

View File

@@ -1,9 +1,9 @@
package imageutils
package util
import (
"errors"
"fmt"
"image/color"
"errors"
)
var ParseHexColorErr = errors.New("invalid length, must be 7 or 4")