Table of Contents

Property Contrast

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Core.dll

Contrast

Specifies the amount by which to adjust the contrast of the image. Negative values reduce contrast, while positive values increase contrast.
The range of this value is [ -1.0f, +1.0f ], and the default value is 0.0f.

public EffectPropertyAccessor<float> Contrast { get; }

Property Value

EffectPropertyAccessor<float>