DrawFillImage
Fills the image
Parameters
<color>
|
Fill color.
Specified by RGB method.
|
Return Value
None.
Description
Fills the image in image display window with the specified color.
e.g: Fill image with white color.
DrawFillImage RGB(255,255,255)
Notes