SetDisplayTransparentColorValue
Delphi
procedure SetDisplayTransparentColorValue (DisplayIndex: LongInt; Value: LongInt);
C++Builder
void __fastcall SetDisplayTransparentColorValue(System::LongInt DisplayIndex, System::LongInt Value);
C#
public void SetDisplayTransparentColorValue(int DisplayIndex, int Value);
VB.NET
Public Sub SetDisplayTransparentColorValue(DisplayIndex As Integer, Value As Integer)
Value of the color keying of the video window, expressed in RGB value. This feature can be used after invoking SetDisplayEmbedded (index, false) and SetDisplayTransparentColorEnabled (index, false)The window Index specified must be in the 2..8 range (0..1 reserved to Display... and Dual_Display)