Skip to content

Library to support RGB conversion to HSL, HSV and Hex value for Golang.

License

Notifications You must be signed in to change notification settings

Crazy3lf/colorconv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

colorconv

Go Reference Go Report Card

Library to support RGB conversion to HSL, HSV and Hex value for Golang. This library make use of Go standard library with no external dependency.

INSTALLATION / UPDATING

go get -u github.com/crazy3lf/colorconv