System.Drawing.Imaging.Effects.WhiteSaturationCurveEffect
Sets the white saturation of an image. The white saturation is the point at which the lightest areas of the image
are converted to white.
namespace System.Drawing.Imaging.Effects
{
public class WhiteSaturationCurveEffect : ColorCurveEffect
{
public int WhiteSaturation { get; }
public WhiteSaturationCurveEffect(CurveChannel channel, int whiteSaturation);
}
}