#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 | |
| static UBgcolor | none |
| predefined color constants. | |
| static UBgcolor | inherit |
| predefined color constants. | |
| static UBgcolor | white |
| predefined color constants. | |
| static UBgcolor | black |
| predefined color constants. | |
| static UBgcolor | grey |
| predefined color constants. | |
| static UBgcolor | lightgrey |
| predefined color constants. | |
| static UBgcolor | darkgrey |
| predefined color constants. | |
| static UBgcolor | navy |
| predefined color constants. | |
| static UBgcolor | blue |
| predefined color constants. | |
| static UBgcolor | red |
| predefined color constants. | |
| static UBgcolor | green |
| predefined color constants. | |
| static UBgcolor | yellow |
| predefined color constants. | |
| static UBgcolor | lightyellow |
| predefined color constants. | |
| static UBgcolor | orange |
| predefined color constants. | |
| static UBgcolor | wheat |
| predefined color constants. | |
| static 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(). | |
1.4.1