TVideoGrabber.OnColorKeyChange

Prev

Next

TVideoGrabber

Events

 




































































































Returns the color key for transparent windows.


Declaration
property OnColorKeyChange: TOnColorKeyChange read FOnColorKeyChange write FOnColorKeyChange;


__property TOnColorKeyChange OnColorKeyChange=read=FOnColorKeyChange, write=FOnColorKeyChange


Event OnColorKeyChange(ColorKey As OLE_COLOR)

Description

When ColorKeyEnabled is enabled, this TOnColorKeyChange event occurs when starting preview, recording or playback.
This event returns the color key to use for transparent windows.

See the VideoGrabber1ColorKeyChange event in the MainDemo project for sample code.


See Also
TOnColorKeyChange ColorKeyEnabled