|
Public Member Functions |
|
| HColorable (COLOR clrBG=Humble::kClrWindowFrame, COLOR clrFG=cBlack) |
| COLOR | GetBackColor (void) const |
| | Gets the background color.
|
| COLOR | GetForeColor (void) const |
| | Gets the foreground color.
|
| COLOR | SetBackColor (COLOR clrBG) |
| | Sets the background color.
|
| COLOR | SetForeColor (COLOR clrFG) |
| | Sets the widget's foreground color.
|
| void | SetColors (COLOR clrBG, COLOR clrFG) |
| | Sets both background and foreground colors at the same time.
|
Protected Attributes |
|
HColor | m_clrBG |
| | Background color.
|
|
HColor | m_clrFG |
| | Foreground color.
|