Click or drag to resize

NDGradFilterCommandHardness Property

Gets or sets a value indicating the hardness of the filter, expressed as a Gamma / Power value. 1 is nearly linear, higher values are higher gamma/contrast transitions

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

Property Value

Type: Double
Exceptions
ExceptionCondition
Throws when value is less than 0.1 or greater than 100.
Remarks
Default value is 1.0
See Also