ImgBlur

Top  Previous  Next

Prototype

 

ImgBlur(intImageHandle, intDiameter)

 

Description

 

Make blur the image.

 

Parameters

 

intImageHandle: integer value corresponding to the image handle.

 

intDiameter: integer values corresponding to the radius size to use.

 

Returned value

 

None.

 

Notes

 

None.

 

 

Example

 

// Make blur the image

ImgBlur(_CurrentImage, 3);