BrightnessContrast.Contrast Property

Gets or sets the contrast modifier.

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

Syntax

C#
public float Contrast { get; set; }

Property Value

The contrast modifier in range [-1, 1]. The default value is 0. 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