1
0
mirror of https://github.com/6543/go-hexcolor synced 2024-12-18 15:54:17 +00:00
normalize hexcolor, use predefined, ...
Go to file
2020-09-10 22:58:35 +02:00
.gitignore init go-hexcolor 2020-09-10 16:59:30 +02:00
go.mod add test 2020-09-10 17:17:39 +02:00
go.sum add test 2020-09-10 17:17:39 +02:00
hexcolor_test.go better test 2020-09-10 17:52:52 +02:00
hexcolor.go faster ... 2020-09-10 22:58:35 +02:00
LICENSE init go-hexcolor 2020-09-10 16:59:30 +02:00
README.md init go-hexcolor 2020-09-10 16:59:30 +02:00

Hex Color Library for Go

ToDo

  • Normalize/Parse function
  • Some Convert func
  • Predefine standard colors (red, blue, ... based on CSS colors)