#include <ucolor.hpp>
Inheritance diagram for UBgcolor:
Public Member Functions | |
UBgcolor (const UColor &) | |
UBgcolor (const char *color_spec) | |
UBgcolor (const UStr &color_spec) | |
constructors: same as UColor except that default color is white. | |
UBgcolor & | operator= (const UColor &) |
sets color (same as UColor::set() but not virtual). | |
Static Public Attributes | |
UBgcolor | none |
predefined color constants. | |
UBgcolor | inherit |
predefined color constants. | |
UBgcolor | white |
predefined color constants. | |
UBgcolor | black |
predefined color constants. | |
UBgcolor | grey |
predefined color constants. | |
UBgcolor | lightgrey |
predefined color constants. | |
UBgcolor | darkgrey |
predefined color constants. | |
UBgcolor | navy |
predefined color constants. | |
UBgcolor | blue |
predefined color constants. | |
UBgcolor | red |
predefined color constants. | |
UBgcolor | green |
predefined color constants. | |
UBgcolor | yellow |
predefined color constants. | |
UBgcolor | lightyellow |
predefined color constants. | |
UBgcolor | orange |
predefined color constants. | |
UBgcolor | wheat |
predefined color constants. | |
UBgcolor | teal |
predefined color constants. | |
Friends | |
UBgcolor & | ubgcolor (const UColor &c) |
UBgcolor & | ubgcolor (const char *c) |
UBgcolor & | ubgcolor (const UStr &c) |
creator shortcut that is equivalent to: *new UBgcolor(). |