xtd 0.2.0
Loading...
Searching...
No Matches

◆ blur() [2/2]

static xtd::drawing::image xtd::drawing::image_converter::blur ( const xtd::drawing::image image,
int32  radius 
)
static

Creates a new blurred image of the specified image with the specified radius.

Parameters
imageThe image to blur.
radiusThe radius of the blur in pixels.
Returns
The converted image.
Remarks
If the radius is 0, there will be no blurring.
Appearance
Original Converted