Lucee object methods reference

Object Method Image.blur

Smooths image.
Image.blur([number blurRadius]):void

Category

image

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Default Value Description
blurRadius number  No 3 The size of the blur radius.
Value must be greater than or equal to 3 and less than or equal to 10. The default value is 3.