Definition: RGBTriple.h:26
bool operator!=(const RGBTriple &t) const
Definition: RGBTriple.cc:36
bool operator==(const RGBTriple &t) const
Definition: RGBTriple.cc:31
BYTE Green
Definition: RGBTriple.h:51
RGBTriple(BYTE r, BYTE g, BYTE b)
Definition: RGBTriple.h:30
BYTE Blue
Definition: RGBTriple.h:52
UWORD32 calcDistance(const RGBTriple &t) const
Definition: RGBTriple.cc:23
RGBTriple(void)
Definition: RGBTriple.h:28
BYTE Red
Definition: RGBTriple.h:50
unsigned char BYTE
Definition: common.h:47
unsigned long UWORD32
Definition: common.h:45