now palette project lays here
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user