ColorAdjustmentProvider.Contrast Method

Corrects a contrast of the bitmap.

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

Syntax

C#
public void Contrast(
	float amount
)

Parameters

amount

Type: System.Single

The contrast modifier in range [-1, 1]. Minimum value (-1) will produce absolutely gray image, neutral value (0) does no effect, maximum value (1) makes the image extremely posterized.

See Also

Reference