Last updated 3 years ago
Convert color to hexγ
url
string
εΎεθ΅ζΊ
package main import ( "fmt" "github.com/fishtailstudio/imgo" "image/color" ) func main() { fmt.Println(imgo.Color2Hex(color.White)) }
Output:
#FFFFFF