This documentation is for the old version. Go to the latest Graphics Mill docs

AddNoise Constructor

Creates new AddNoise class instance.

Overload List

Name Description
Public method AddNoise()

Creates new AddNoise class instance.

Public method AddNoise(Single)

Creates new AddNoise class instance. You can initialize noise amount parameter here. Transform will be applied to all channels of the bitmap.

Public method AddNoise(Boolean[], Single)

Creates new AddNoise class instance. You can specify what channels to modify and set noise amount parameter.

Public method AddNoise(Single, DistributionKind, Boolean)

Creates new AddNoise class instance. You can specify all the transform parameters here (noise amount, distribution kind, and if it should be gray). Transform will be applied to all channels of the bitmap.

Public method AddNoise(Boolean[], Single, DistributionKind, Boolean)

Creates new AddNoise class instance. You can specify all the transform parameters here (noise amount, distribution kind, if it should be gray, and channels to apply transform at).

Public method AddNoise(Single, DistributionKind, Boolean, Int32)

Creates new AddNoise class instance. You can specify all the transform parameters here (noise amount, distribution kind, seed, and if it should be gray). Transform will be applied to all channels of the bitmap.

Public method AddNoise(Boolean[], Single, DistributionKind, Boolean, Int32)

Creates new AddNoise class instance. You can specify all the transform parameters here (noise amount, distribution kind, seed, if it should be gray, and channels to apply transform at).

See Also

Reference