TransformsProvider.SmartBlur Method

Applies a smart blur filter to the image.

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

Syntax

C#
public void SmartBlur(
	float radius,
	float threshold
)

Parameters

radius

Type: System.Single

The radius of the blur effect.
threshold

Type: System.Single

The threshold value that determines which pixels are affected.

See Also

Reference