Popularity
2.4
Declining
Activity
0.0
Stable
27
4
6

Programming language: Go
License: MIT License
Tags: Images    

go-webcolors alternatives and similar packages

Based on the "Images" category.
Alternatively, view go-webcolors alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of go-webcolors or a related project?

Add another 'Images' Package

README

go-webcolors

A library for working with color names and color value formats defined by the HTML and CSS specifications for use in documents on the Web.

go-webcolors is available on the Godoc

This library is originally available in Python by James Bennett, PyPI and Bitbucket. go-webcolors have been ported from Python to Go with all the functions available. Contributions in the form of patches, issue reports, bug reports and pull requests are welcome.

Support is included for the following formats:

  • Specification-defined color names
  • Six-digit hexadecimal
  • Three-digit hexadecimal
  • Integer rgb triplet
  • Percentage rgb triplet