ImageBlur
Syntax
ImageBlur(name [, blurRadius])Arguments
Name
Type
Required
Default
Description
Returns
Description
Example
// Blur an image with the default radius (3)
img = ImageBlur(myImage);
// Blur an image with a radius of 10
img = ImageBlur(myImage, 10);See Also
Notes
Was this helpful?
