ImgInvert
Previous  Top  Next

Prototype

ImgInvert(intImageHandle)

Description

It inverts the image colour, obtaining a negative image.

Parameters

intImageHandle: integer value corresponding to the image handle.

Returned value

None.

Notes

None. 

Example

//It inverts the image colour
ImgInvert(_CurrentImage);


//It shows a message 
ApplicationLog(_CurrentAgent,'image inversion!');