SetTextOverlay_GradientColor
Delphi
procedure SetTextOverlay_GradientColor (Index: LongInt; Value: TColor);
C++Builder
void __fastcall SetTextOverlay_GradientColor(System::LongInt Index, System::Uitypes::TColor Value);
C#
public void SetTextOverlay_GradientColor(int Index, int Value);
VB.NET
Public Sub SetTextOverlay_GradientColor(Index As Integer, Value As Integer)
C++/Qt
void SetTextOverlay_GradientColor (int Index, int Value);
void SetTextOverlay_GradientColor (int Value);
Sets the gradient color of the specified overlay.
The gradient mode must first be enabled with SetTextOverlay_GradientMode.