Click or drag to resize

PerlinTransform Constructor (Double, Size)

Creates a new instance of PerlinTransform specifying the smoothness and scale.

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 PerlinTransform(
	double smoothness,
	Size scale
)

Parameters

smoothness
Type: SystemDouble
The smoothness of this effect.
scale
Type: System.DrawingSize
The size of the perlin noise.
Exceptions
ExceptionCondition
Thrown if smoothness or scale values are less than 0.
See Also