TVideoGrabber.ColorKeyEnabled

Prev

Next

TVideoGrabber

Properties

 




































































































Enables color-key based effects, like windows transparency.


Declaration
property ColorKeyEnabled: Boolean read GetColorKeyEnabled write SetColorKeyEnabled default DEF_ColorKeyEnabled;


__property bool ColorKeyEnabled=read=GetColorKeyEnabled, write=SetColorKeyEnabled, default=0


Property ColorKeyEnabled As Boolean

Description

Used to enable color-key based effects, like window transparency.
The default color keys can be changed with the ColorKey property.
Then, when the preview, recording or play back starts, the OnColorKeyChange event returns the effective color key to use.
See the VideoGrabber1ColorKeyChange event of the MainDemo demo project for sample code.


See Also
TOnColorKeyChange OnColorKeyChange