An open API service indexing awesome lists of open source software.

https://github.com/danielvladco/palette

go library for working with colors
https://github.com/danielvladco/palette

color color-manipulation go golang golang-library palette tinycolor

Last synced: 10 months ago
JSON representation

go library for working with colors

Awesome Lists containing this project

README

          

# palette
go library for working with colors

Its a library for manipulating colors. Inspired by tinycolor.js.
Available functions:
- Parse // Parses a string to a color. Can be a hex3, hex4, hex6, hex8, rgb, rgba representation.
- Random // Generates a random color
- Lighten/Darken
- Saturate/Desaturate
- Greyscale
- Spin
- Tetrad
- Triad
- Brighten
- Mix
- Multiply
- ToHex