https://github.com/lusingander/rgbto256colors-go
convert from RGB value to terminal 256 colors with smallest color difference
https://github.com/lusingander/rgbto256colors-go
go
Last synced: about 1 year ago
JSON representation
convert from RGB value to terminal 256 colors with smallest color difference
- Host: GitHub
- URL: https://github.com/lusingander/rgbto256colors-go
- Owner: lusingander
- License: mit
- Created: 2019-12-30T21:19:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-02T19:02:28.000Z (about 6 years ago)
- Last Synced: 2024-04-30T07:17:33.365Z (almost 2 years ago)
- Topics: go
- Language: Go
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RGB color code -> terminal 256 color
====
convert from RGB value to terminal 256 colors with smallest color difference
CIEDE2000 is used as the color difference algorithms