Skip to content

SetImageOverlay_ChromaKey

method

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

enables or disables the chroma key feature for the image overlay of the specified index. See the Chroma Key chapter.