Click or drag to resize

UnsharpMaskCommandAmount Property

Gets or sets the value of amount

Namespace:  Atalasoft.Imaging.ImageProcessing.Filters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public double Amount { get; set; }

Property Value

Type: Double
Controls the intensity of the effect. Values should be between 0.0 (no effect) and 1.0 (full effect). Higher values will give unpredictable results.
Exceptions
ExceptionCondition
Thrown if value is less than 0.
See Also