HPS::RGBAColor
-
class HPS::RGBAColor
Public Functions
- inline HPS_INLINE bool operator!= (RGBAColor const &c) const
Determines RGBA non-equivalency between this object and argument.
- Parameters
c – The color object to test against
- Returns
true if the objects are not equivalent, false otherwise
- inline HPS_INLINE bool operator== (RGBAColor const &c) const
Determines RGBA equivalency between this object and argument.
- Parameters
c – The color object to test against
- Returns
true if the objects are equivalent, false otherwise