Function IMAGEBLUR
Smooths image.
Example
imageblur(image image,[number blurRadius]):void
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
image | image | Yes | The image on which this operation is performed. |
blurRadius | number | No |
The size of the blur radius. Value must be greater than or equal to 3 and less than or equal to 10. The default value is 3. |