TreeText::SetBackgroundColor

TreeText::SetBackgroundColor
void SetBackgroundColor(const Color& bkgColor);
void SetBackgroundColor(UInt32 color);
Description

SetBackgroundColor sets the color of the background under the text. If alpha is set to 0, then the background is not drawn.

Parameters
Parameters 
Description 
const Color& bkgColor 
Background color under the text. 
UInt32 color 
The color applied as background color under the text.