Click or drag to resize

NoiseGeneratorBaseColor Property

Gets or sets the base color of the noise.
Gets or sets the color of the image prior to adding noise.

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 Color BaseColor { get; set; }

Property Value

Type: Color
The base color of the noise.

Property Value

Type: Color
The color of the image prior to adding noise.
Remarks
The DimensionalSlice noise will always be grayscale.
Remarks
Default value is Color.Empty, which will result in a grayscale image. Ignored by DimensionalSlice noise, which is always grayscale.
See Also