hwISession SetCaptureMaintainBG
Sets the background color during image and screen capture.
Syntax
hwISession_handle SetCaptureMaintainBG mode
Application
Tcl Modify
Description
This command sets the background color during image and screen capture.
Inputs
- mode
- mode can be 'automatic' or 'maintain'.
Example
hwi GetSessionHandle sess;
sess SetCaptureMaintainBG mode 'automatic';
Error
Returns success (0) or an error code.
Keywords
Tcl