**C/C++ Library for RGB color manipulation, and a sample project utilizing CMake and gTest.
git clone git@github.com:kigster/librgb.git
cd librgb
git submodule init && git submodule update
cmake .
makeYou, even simpler, after submodule init/update:
./.travis.shThe build produces three artifacts:
./test/src/runColorFaderTests(Google Tests which you can run)./ColorFader_run(Example using the library)./librgb/librgb.dylib(shared library)
Bug reports and pull requests are welcome on GitHub at https://github.com/kigster/librgb.
The gem is available as open source under the terms of the MIT License.