virtual void SetBackgroundColor(const Color& bkgColor) = 0;
SetBackgroundColor sets color of background under the text. If alpha is set to 0, then the background is not drawn.
|
Parameters |
Description |
|
const Color& bkgColor |
Background color under the text. |