36 #include <visp3/core/vpColor.h>
42 #if !defined(VISP_USE_MSVC) || (defined(VISP_USE_MSVC) && !defined(VISP_BUILD_SHARED_LIBS))
132 return ((c1.
R == c2.
R) && (c1.
G == c2.
G) && (c1.
B == c2.
B));
145 return ((c1.
R != c2.
R) || (c1.
G != c2.
G) || (c1.
B == c2.
B));
bool operator==(const vpArray2D< double > &A) const
bool operator!=(const vpArray2D< Type > &A) const
Class to define RGB colors available for display functionalities.
static const vpColor white
static const vpColor darkGray
static const vpColor black
static const vpColor cyan
static const vpColor none
static const vpColor orange
static const vpColor darkRed
static const vpColor blue
static const vpColor lightGray
static const vpColor lightBlue
static const vpColor darkGreen
static const unsigned int nbColors
static const vpColor darkBlue
static const vpColor purple
static const vpColor lightGreen
static const vpColor yellow
static const vpColor allColors[]
static const vpColor lightRed
static const vpColor green
static const vpColor gray
unsigned char B
Blue component.
unsigned char R
Red component.
unsigned char G
Green component.