BrightnessContrast Constructor (Single, Single)

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)

Syntax

C#
public BrightnessContrast(
	float brightness,
	float contrast
)

Parameters

brightness

Type: System.Single

The brightness modifier in range [-1, 1]. You can change this value later through the Brightness property.
contrast

Type: System.Single

The contrast modifier in range [-1, 1]. You can change this value later through the Contrast property.

See Also

Reference