Lucee Object Methods Reference
Object Method Image.blur
Smooths image.
Image.blur([number blurRadius]):void
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
blurRadius | number | No |
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. |