A SERVICE OF

logo

54 Chapter 3
Example
var image = new Media();
image.load(name @ "peppers.tga");
image.blur(radius @ 12);
image.save(type @ "jpeg");
blurBlur()
Applies a similar but milder blur effect as the blur() function.
NOTE: This function is “selection aware,” so that if a selection has been made, the system applies
it based on the current selection. For more information about making selections, see “selection()” on
page 129.
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");