<PackageReference Include="System.Drawing.Common" Version="10.0.4" />

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.

public int WhiteSaturation { get; }

Gets the white saturation value.

public WhiteSaturationCurveEffect(CurveChannel channel, int whiteSaturation)

Creates a new WhiteSaturationCurveEffect with the specified white saturation value.