System.Drawing.Imaging.Effects.ExposureCurveEffect
Simulates increasing or decreasing the exposure of a photograph
namespace System.Drawing.Imaging.Effects
{
public class ExposureCurveEffect : ColorCurveEffect
{
public int Exposure { get; }
public ExposureCurveEffect(CurveChannel channel, int exposure);
}
}