System.Drawing.Imaging.Effects.ContrastCurveEffect
Increases or decreases the contrast of an image.
namespace System.Drawing.Imaging.Effects
{
public class ContrastCurveEffect : ColorCurveEffect
{
public int Contrast { get; }
public ContrastCurveEffect(CurveChannel channel, int contrast);
}
}