Initializes a new instance of the AddNoise class using the specified noise settings.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public AddNoise( float amount, DistributionKind distributionKind, bool grayNoise, int seed )
Type: System.Single
The strength of noise in range [-1, 1]. You can change this value later through the Amount property.Type: Aurigma.GraphicsMill.Transforms.DistributionKind
A DistributionKind specifying noise distribution law. You can change this value later through the DistributionKind property.Type: System.Boolean
true
if the noise is gray; otherwise, false
. You can change this value later through the GrayNoise property.Type: System.Int32
The seed for the noise random generator. You can change this value later through the Seed property.