
Contents |
Clear the image
X-Function not designed for Auto GetN Dialog.
1. imgClear img:=[Mbook1]Sheet1!mat(1);
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Input Matrix | img |
Input Image | |
Specifies the image to be manipulated. The default input is the active image. |
| Output Image | oimg |
Output Image | |
Specifies the output image. By default, the output image is the same as the input image. See the syntax here. |
The imgClear function sets all pixels to 0 in the specified bitmap, making it a black image.