Click or drag to resize

BumpMapTransformSmoothness Property

Gets or sets the smoothness value which controls the smoothness of the effect (try between .5 and 1.5 to start).

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

Property Value

Type: Double
The smoothness of the bump map transform.
Exceptions
ExceptionCondition
Thrown if value is less than 0.
See Also