#include #include #include #include class COLORS { public: int hexToDec(char num[]); // std::vector toRGB(char hexcode[]); };