1
0
mirror of https://github.com/6543/go-hexcolor synced 2025-04-19 17:16:54 +00:00
go-hexcolor/README.md
6543 62213997bc
Add badges to README (#2)
* Add badges to README

* update go.sum

* update gitignore
2020-09-10 23:53:05 +02:00

11 lines
623 B
Markdown

# 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)
## Features:
* Normalize/Parse hex color
* convert from/to color.RGBA
## ToDo
* [ ] Predefine standard colors (red, blue, ... based on CSS colors)