Image.Blur (gb.image.imlib)

Function Blur ( [ Radius As Integer ] ) As Image

Create a blurred copy of the image and return it.

  • Radius is the radius of the blur.

A radius value of 0 has no effect, 1 and above determine the blur matrix radius that determines how much to blur the image.