43 #include <visp/vpColor.h>
132 return ( ( c1.
R == c2.
R ) && ( c1.
G == c2.
G ) && ( c1.
B == c2.
B) );
144 return ( ( c1.
R != c2.
R ) || ( c1.
G != c2.
G ) || ( c1.
B == c2.
B) );
static const vpColor allColors[]
unsigned char B
Blue component.
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
unsigned char G
Green component.
static const vpColor green
static const vpColor lightRed
static const vpColor orange
static const vpColor cyan
static const vpColor lightGreen
static const vpColor gray
static const vpColor darkGray
unsigned char R
Red component.
static const vpColor darkGreen
static const vpColor yellow
static const vpColor lightBlue
static const vpColor purple
static const vpColor white
static const unsigned int nbColors
static const vpColor blue