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
- Host: GitHub
- URL: https://github.com/danielvladco/palette
- Owner: danielvladco
- License: apache-2.0
- Created: 2018-12-24T15:59:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T14:56:09.000Z (over 7 years ago)
- Last Synced: 2025-08-12T17:45:39.059Z (11 months ago)
- Topics: color, color-manipulation, go, golang, golang-library, palette, tinycolor
- Language: Go
- Size: 16.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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