43 #include <visp3/core/vpConfig.h>
44 #include <visp3/core/vpRGBa.h>
194 static const unsigned int nbColors;
195 static const vpColor allColors[];
215 inline vpColor(
unsigned char r,
unsigned char g,
unsigned char b,
217 :
vpRGBa(r, g, b), id(cid){}
234 inline void setColor(
unsigned char r,
unsigned char g,
unsigned char b)
253 #if defined(VISP_USE_MSVC) && defined(visp_EXPORTS)