<PackageReference Include="System.Drawing.Common" Version="11.0.0-preview.1.26104.118" />

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); } }