go-hexcolor/README.md

11 lines
623 B
Markdown
Raw Normal View History

2020-09-10 14:59:30 +00:00
# Hex Color Library for Go
![Test](https://github.com/6543/go-hexcolor/workflows/Test/badge.svg?event=push) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![GoDoc](https://godoc.org/github.com/6543/go-hexcolor?status.svg)](https://godoc.org/github.com/6543/go-hexcolor) [![Go Report Card](https://goreportcard.com/badge/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)