Click or drag to resize

PerlinTransformSmoothness Property

Gets or sets the smoothness of this effect.

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 this effect.
Exceptions
ExceptionCondition
Thrown if value is less than 0.
Remarks
Try values between 0.5 and 1.5 to start.
See Also