├── ColorUtils.cpp ├── ColorUtils.hpp ├── LICENSE.md ├── README.md └── test.cpp /ColorUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThunderStruct/Color-Utilities/HEAD/ColorUtils.cpp -------------------------------------------------------------------------------- /ColorUtils.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThunderStruct/Color-Utilities/HEAD/ColorUtils.hpp -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThunderStruct/Color-Utilities/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThunderStruct/Color-Utilities/HEAD/README.md -------------------------------------------------------------------------------- /test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThunderStruct/Color-Utilities/HEAD/test.cpp --------------------------------------------------------------------------------