-
Notifications
You must be signed in to change notification settings - Fork 2
An easy-to-use and understand C++ library for colorspace conversions. Currently works with RGB <-> HSL/HSV. Will probably add more in the future
alexkuhl/colorspace-conversion-library
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A small, easy-to-understand C++ library written to convert colorspaces Will convert RGB to HSV or HSL and back to RGB Note on the colors: R,G,B are ints [0,255] S,V,L are floats [0,1] H is a float [0,360) Requires the CImg library header file (testing code used version 1.3.1) http://cimg.sourceforge.net/
About
An easy-to-use and understand C++ library for colorspace conversions. Currently works with RGB <-> HSL/HSV. Will probably add more in the future
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published