Click or drag to resize

GauzyCommand Constructor (Double, Double, Double, GauzyMode)

Creates a new instance of GauzyCommand specifying the blur and sharpen amounts.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public GauzyCommand(
	double blurAmount,
	double sharpAmount,
	double clarity,
	GauzyMode mode
)

Parameters

blurAmount
Type: SystemDouble

The amount of blur to apply. (0 to 100)

sharpAmount
Type: SystemDouble
The amount of original pixels in the image. (0 to 100)
clarity
Type: SystemDouble
The amount to clarify the result. (0 to 100)
mode
Type: Atalasoft.Imaging.ImageProcessing.EffectsGauzyMode

The GauzyMode to use.

Exceptions
ExceptionCondition
Thrown if blurAmount, sharpAmount or clarity values are less than 0 or greater than 100.
See Also