43 #include <visp3/core/vpConfig.h> 44 #include <visp3/core/vpRGBa.h> 169 vpColorIdentifier
id;
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)
void setColor(unsigned char r, unsigned char g, unsigned char b)
static const vpColor allColors[]
static const vpColor black
static const vpColor darkRed
Class to define colors available for display functionnalities.
static const vpColor none
static const vpColor lightGray
static const vpColor darkBlue
static const vpColor green
static const vpColor lightRed
static const vpColor orange
bool operator==(const vpRGBa &v)
static const vpColor cyan
static const vpColor lightGreen
static const vpColor gray
static const vpColor darkGray
static const vpColor darkGreen
static vpColor getColor(const unsigned int &i)
static const vpColor yellow
static const vpColor lightBlue
static const vpColor purple
static const vpColor white
bool operator!=(const vpRGBa &v)
static const unsigned int nbColors
static const vpColor blue
vpColor(unsigned char r, unsigned char g, unsigned char b, vpColor::vpColorIdentifier cid=vpColor::id_unknown)