blurMoreBlur() - Media Method

The blurMoreBlur() method applies a similar but stronger blur effect as the blurBlur() - 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

blurMoreBlur()

Parameters

There are no parameters for this function.

Example

var image = new Media();

image.load(name @ "peppers.tga");

image.blurMoreBlur();

image.save(type @ "jpeg");