Click or drag to resize

NoiseGenerator Constructor (Size, Double, NoiseGeneratorMode, Color)

Initializes a new instance of NoiseGenerator specifying the resulting image size, scale, mode and base color.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public NoiseGenerator(
	Size imageSize,
	double scale,
	NoiseGeneratorMode mode,
	Color baseColor
)

Parameters

imageSize
Type: System.DrawingSize
The size of the resulting image containing noise.
scale
Type: SystemDouble
The size of the noise.
mode
Type: Atalasoft.Imaging.ImageProcessingNoiseGeneratorMode

The type of noise to create.

baseColor
Type: System.DrawingColor
The color of the image prior to adding noise.
See Also