RGB24Color

class HPS::RGB24Color

Public Functions

inline HPS_INLINE unsigned char Gray () const
inline HPS_INLINE bool IsGray () const
inline HPS_INLINE bool operator!= (RGB24Color const &c) const
inline HPS_INLINE bool operator== (RGB24Color const &c) const
inline HPS_INLINE RGB24Color()
inline explicit HPS_INLINE RGB24Color(RGBColor const &c)
inline explicit HPS_INLINE RGB24Color(unsigned char gray)
inline HPS_INLINE RGB24Color(unsigned char rr, unsigned char gg, unsigned char bb)

Public Members

unsigned char b
unsigned char g
unsigned char r