mirror of
https://github.com/6543/go-hexcolor
synced 2025-04-19 17:16:54 +00:00
11 lines
623 B
Markdown
11 lines
623 B
Markdown
# Hex Color Library for Go
|
|
|
|
 [](https://opensource.org/licenses/MIT) [](https://godoc.org/github.com/6543/go-hexcolor) [](https://goreportcard.com/report/github.com/6543/go-hexcolor)
|
|
|
|
## Features:
|
|
* Normalize/Parse hex color
|
|
* convert from/to color.RGBA
|
|
|
|
## ToDo
|
|
* [ ] Predefine standard colors (red, blue, ... based on CSS colors)
|