Skip to content

SetTextOverlay_BkColor

function

Delphi
procedure SetTextOverlay_BkColor (Index: LongInt; Value: TColor);
C++Builder
void __fastcall SetTextOverlay_BkColor(System::LongInt Index, System::Uitypes::TColor Value);
C#
public void SetTextOverlay_BkColor(int Index, int Value);
VB.NET
Public Sub SetTextOverlay_BkColor(Index As Integer, Value As Integer)
C++/Qt
void SetTextOverlay_BkColor (int Index, int Value);
void SetTextOverlay_BkColor (int Value);

Sets or retrieves the background color used to draw text over frames for the specified text overlay. Useful only if TextOverlay_Transparent is disabled.