Click or drag to resize

PerlinTransform Constructor (Double, Size, InterpolationMode)

Creates a new instance of PerlinTransform specifying smoothness, scale and transform mode.

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,
	InterpolationMode transformMode
)

Parameters

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