blurBlur() - Media Method
Applies a similar but milder blur effect as the blur() - Media Method function.
Note: This function is “selection aware”—if a selection is made, the system applies the function based on the current selection. For more information about making selections, see selection() - Media Method.
Syntax
blurBlur();
Parameters
There are no parameters for this function.
Example
var image = new Media();
image.load(name @ "peppers.tga");
image.blurBlur();
image.save(type @ "jpeg");
On-Line Documentation