DrawText::SetBackgroundColor

DrawText::SetBackgroundColor
virtual void SetBackgroundColor(const Color& bkgColor) = 0;
Description

SetBackgroundColor sets color of 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.