1
0
mirror of https://github.com/6543/go-hexcolor synced 2024-12-21 01:03:56 +00:00
normalize hexcolor, use predefined, ...
Go to file
2020-09-10 23:35:53 +02:00
.github/workflows Use GitHub Actions (#1) 2020-09-10 23:30:27 +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 rename package 2020-09-10 23:35:53 +02:00
hexcolor.go rename package 2020-09-10 23:35:53 +02:00
LICENSE init go-hexcolor 2020-09-10 16:59:30 +02:00
Makefile add Makefile & update README 2020-09-10 23:13:31 +02:00
README.md add Makefile & update README 2020-09-10 23:13:31 +02:00

Hex Color Library for Go

Features:

  • Normalize/Parse hex color
  • convert from/to color.RGBA

ToDo

  • Predefine standard colors (red, blue, ... based on CSS colors)