TransformsProvider.Blur Method

Applies a blur effect to the bitmap.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public void Blur(
	float radius
)

Parameters

radius

Type: System.Single

The blur radius must be positive.

Remarks

Large values of radius makes image more blurry, so you can treat this parameter as "blur strength".

See Also

Reference