RGBA32Color
-
class HPS::RGBA32Color
Public Functions
- inline HPS_INLINE unsigned char Gray () const
- inline HPS_INLINE bool IsGray () const
- inline HPS_INLINE bool operator!= (RGBA32Color const &c) const
- inline HPS_INLINE bool operator== (RGBA32Color const &c) const
-
inline HPS_INLINE RGBA32Color()
-
inline HPS_INLINE RGBA32Color(RGBAS32Color const &c32)
-
inline explicit HPS_INLINE RGBA32Color(unsigned char gray, unsigned char aa = 255)
-
inline HPS_INLINE RGBA32Color(unsigned char rr, unsigned char gg, unsigned char bb, unsigned char aa = 255)
Public Static Functions
- static inline HPS_INLINE RGBA32Color Black ()
- static inline HPS_INLINE unsigned char Opaque_Alpha ()
- static inline HPS_INLINE RGBA32Color White ()