Shayton Equilibrium Kitchen Utensil 2003 User Manual

Page of 194
54 
 Chapter 3 
• 
• 
• 
Example
var image = new Media();
image.load(name @ "peppers.tga");
image.blur(radius @ 12);
image.save(type @ "jpeg");
b l u r B l u r ( )
Applies a similar but milder blur effect as the 
 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");