Click or drag to resize

AutoWhiteBalanceCommand Constructor (Double)

Creates a new instance of AutoWhiteBalanceCommand specifying dampening.

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 AutoWhiteBalanceCommand(
	double dampening
)

Parameters

dampening
Type: SystemDouble

The amount of dampening to use.

Exceptions
ExceptionCondition
Thrown if dampening is less than 1.
See Also