Initializes a new instance of the AddNoise class using the specified brightness and contrast modifiers.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public BrightnessContrast( float brightness, float contrast )
Type: System.Single
The brightness modifier in range [-1, 1]. You can change this value later through the Brightness property.Type: System.Single
The contrast modifier in range [-1, 1]. You can change this value later through the Contrast property.