#include <ucolorImpl.hpp>
Public Member Functions | |
UColorImpl (int r, int g, int b) | |
UColorImpl (const char *colspec) | |
UColorImpl (const char *colspec, USysPixel) | |
bool | equals (const UColorImpl &color2) const |
void | addPtr () |
void | removePtr () |
unsigned int | getPtrCount () const |
Static Public Attributes | |
static const USysPixel | UNDEF = ULONG_MAX-2 |
static const USysPixel | NONE = ULONG_MAX-1 |
static const USysPixel | INHERIT = ULONG_MAX |
Friends | |
class | UColor |
class | UNatDisp |
] Color impl.
bool ubit::UColorImpl::equals | ( | const UColorImpl & | color2 | ) | const |