ImgInvert

Top  Previous  Next

Prototype

 

ImgInvert(intImageHandle)

 

Description

 

Inverts the image color, obtaining a negative image.

 

Parameters

 

intImageHandle: integer value corresponding to the image handle.

 

Returned value

 

None.

 

Notes

 

None.

 

Example

 

// Invert the image color

ImgInvert(_CurrentImage);