, including all inherited members.
| BLACK enum value | COLOR | |
| Blend(const COLOR &other, UINT8 alpha=128) | COLOR | |
| BLUE enum value | COLOR | |
| BROWN enum value | COLOR | |
| CAPABILITY enum name | COLOR | |
| CAPABILITY_AllowTransparency enum value | COLOR | |
| CAPABILITY_AllowTransparent enum value | COLOR | |
| CAPABILITY_AsPrevious enum value | COLOR | |
| CAPABILITY_NoTransparency enum value | COLOR | |
| Clear() | COLOR | [inline] |
| COLOR() | COLOR | [inline] |
| COLOR(UINT16 r16, UINT16 g16, UINT16 b16) | COLOR | [inline] |
| COLOR(UINT32 ColorRef) | COLOR | [inline, explicit] |
| COLOR(NAME name) | COLOR | [inline] |
| CYAN enum value | COLOR | |
| DARKBLUE enum value | COLOR | |
| DARKCYAN enum value | COLOR | |
| DARKGREEN enum value | COLOR | |
| DARKMAGENTA enum value | COLOR | |
| DARKRED enum value | COLOR | |
| DARKYELLOW enum value | COLOR | |
| DEPRECATED_MSG("Deprecated, use SetColor method instead.") void SetRGB(const COLOR &color) | COLOR | |
| FORESTGREEN enum value | COLOR | |
| GetByColorSpace(COLORSPACE colorspace, void *values) const | COLOR | |
| GetCMY(UINT8 &c8, UINT8 &m8, UINT8 &y8) const | COLOR | |
| GetCMY(UINT16 &c16, UINT16 &m16, UINT16 &y16) const | COLOR | |
| GetCMYK(UINT8 &c8, UINT8 &m8, UINT8 &y8, UINT8 &k8) const | COLOR | |
| GetCMYK(UINT16 &c16, UINT16 &m16, UINT16 &y16, UINT16 &k16) const | COLOR | |
| GetColor0BGR32() const | COLOR | |
| GetColor0RGB32() const | COLOR | |
| GetColorABGR32() const | COLOR | |
| GetColorARGB32() const | COLOR | |
| GetColorModel() const | COLOR | |
| GetColorRef() const | COLOR | [inline] |
| GetIniValues(UINT16 values[4]) const | COLOR | |
| GetModel() const | COLOR | |
| GetOpacity() const | COLOR | [inline] |
| GetRGB(UINT8 &r8, UINT8 &g8, UINT8 &b8) const | COLOR | |
| GetRGB(UINT8 *rgb) const | COLOR | [inline] |
| GetRGB(UINT16 &r16, UINT16 &g16, UINT16 &b16) const | COLOR | |
| GetRGB(UINT16 *rgb) const | COLOR | [inline] |
| GetRGBA(float &r, float &g, float &b, float &a) const | COLOR | |
| GetTransparency() const | COLOR | [inline] |
| GRAY enum value | COLOR | |
| GRAY25 enum value | COLOR | |
| GRAY50 enum value | COLOR | |
| GRAY75 enum value | COLOR | |
| GREEN enum value | COLOR | |
| HasTransparency() const | COLOR | [inline] |
| HasValue() const | COLOR | [inline] |
| IniRead(INIHANDLE hdl, const char *group, const char *field) | COLOR | |
| IniWrite(INIHANDLE hdl, const char *group, const char *field) const | COLOR | |
| INTERFACE_CYAN enum value | COLOR | |
| INTERFACE_GREEN enum value | COLOR | |
| INTERFACE_RED enum value | COLOR | |
| INTERFACE_YELLOW enum value | COLOR | |
| IsEqualNoTransp(const COLOR &rhs) const | COLOR | |
| IsEqualTo(const COLOR &rhs) const | COLOR | [inline] |
| IsICMCorrected() const | COLOR | [inline] |
| IsInvisible() const | COLOR | [inline] |
| IsReserved() const | COLOR | [inline] |
| MAGENTA enum value | COLOR | |
| MODEL enum name | COLOR | |
| MODEL_CMY enum value | COLOR | |
| MODEL_CMYK enum value | COLOR | |
| MODEL_COUNT enum value | COLOR | |
| MODEL_RGB enum value | COLOR | |
| NAME enum name | COLOR | |
| operator=(COLOR::NAME name) | COLOR | [inline] |
| ORANGE enum value | COLOR | |
| PURPLE enum value | COLOR | |
| RED enum value | COLOR | |
| SerialGetString(char *string) const | COLOR | |
| SerialSetString(const char *string) | COLOR | |
| SetByColorSpace(COLORSPACE colorspace, const void *values) | COLOR | |
| SetByName(const char *string) | COLOR | |
| SetCMY(int cyan, int magenta, int yellow, int range) | COLOR | |
| SetCMY8(UINT8 c8, UINT8 m8, UINT8 y8) | COLOR | |
| SetCMYK(int cyan, int magenta, int yellow, int black, int range) | COLOR | |
| SetCMYK8(UINT8 c8, UINT8 m8, UINT8 y8, UINT8 k8) | COLOR | |
| SetColor(const COLOR &color) | COLOR | |
| SetColorABGR32(UINT32 abgr32) | COLOR | |
| SetColorARGB32(UINT32 argb32) | COLOR | |
| SetColorRef(UINT32 ColorRef) | COLOR | [inline] |
| SetColorXBGR32(UINT32 xbgr32) | COLOR | |
| SetColorXRGB32(UINT32 xrgb32) | COLOR | |
| SetIniValues(const UINT16 values[4]) | COLOR | |
| SetIsICMCorrected(bool bCorrected) | COLOR | |
| SetOpacity(UINT8 opacity) | COLOR | |
| SetReserved(bool reserved=true) | COLOR | |
| SetRGB(UINT16 red, UINT16 green, UINT16 blue) | COLOR | |
| SetRGB(int red, int green, int blue, int range) | COLOR | |
| SetRGB8(UINT8 r8, UINT8 g8, UINT8 b8) | COLOR | |
| SetTransparency(UINT8 transparency) | COLOR | |
| SwapBytes() | COLOR | [inline] |
| Validate() | COLOR | |
| WHITE enum value | COLOR | |
| YELLOW enum value | COLOR | |