#ifndef PARSECOLOR_H
#define PARSECOLOR_H

#include <string>

extern void 
parseColor(std::string color, unsigned char RGB[3]);

extern void
parseColor(std::string color, unsigned char RGB[3], std::string &failed);

#endif


syntax highlighted by Code2HTML, v. 0.9.1