Initializes a new instance of the AddNoise class using the specified noise type and strength.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public AddNoise( float amount, DistributionKind distributionKind )
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.