Click or drag to resize

AutoWhiteBalanceCommandDampening Property

Gets or sets a value indicating the amount of dampening to use.

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 double Dampening { get; set; }

Property Value

Type: Double
The amount of dampening.
Exceptions
ExceptionCondition
Thrown when value < 1.
Remarks
Dampening is used to mitigate the algorithm since full correction is often too extreme for real world scenes.
See Also