BoxBlur
Returns a pixmap with a box blur effect.
Syntax
-
BoxBlur(pm[, amt])
-
pm
is a pixmap -
amt
is a non-negative integer
-
Description
BoxBlur(pm, amt)
returns the pixmap pm
with a box blur effect. amt
is the amount (defaults to 2
).
Examples
pm ≔ ExampleData("harvestman")
BoxBlur(pm)
BoxBlur(pm, 25)