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