#ifndef COLORSPACE__HPP #define COLORSPACE__HPP class Colorspace { public: static const unsigned int RGB = 0; static const unsigned int LCH = 1; }; #endif