2020-09-10 14:59:30 +00:00
|
|
|
# Hex Color Library for Go
|
|
|
|
|
2020-09-10 21:42:26 +00:00
|
|
|
 [](https://opensource.org/licenses/MIT) [](https://godoc.org/github.com/6543/go-hexcolor) [](https://goreportcard.com/report/github.com/6543/go-hexcolor)
|
|
|
|
|
2020-09-10 21:13:31 +00:00
|
|
|
## Features:
|
|
|
|
* Normalize/Parse hex color
|
|
|
|
* convert from/to color.RGBA
|
|
|
|
|
2020-09-10 14:59:30 +00:00
|
|
|
## ToDo
|
|
|
|
* [ ] Predefine standard colors (red, blue, ... based on CSS colors)
|