Contrast Constructor (Single)

Initializes a new instance of the Contrast class using the specified brightness modifier.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public Contrast(
	float amount
)

Parameters

amount

Type: System.Single

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

See Also

Reference