Convert between RGB, HSL, HSV, CMYK and HEX color defining with these GO functions under MIT-License
translated from https://github.com/SimonWaldherr/ColorConverter.js
License: MIT
Version: 0.0.6
Date: 10.2014
go get github.com/SimonWaldherr/ColorConverterGo- git:
git@github.com:SimonWaldherr/ColorConverter.go.git - zip from GitHub
| . | RGB | HSL | HSV | YUV | Hex | CMYK |
|---|---|---|---|---|---|---|
| RGB | X | . | X | X | X | |
| HSL | X | . | . | . | X | |
| HSV | X | . | . | . | X | |
| YUV | . | . | . | . | . | |
| Hex | X | . | . | . | X | |
| CMYK | X | . | . | . | . |
Feel free to contact me via eMail or on Twitter. This software will be continually developed. Suggestions and tips are always welcome.