System.Drawing.Imaging.Effects.GrayScaleEffect
Produces the effect that converts an image to grayscale.
namespace System.Drawing.Imaging.Effects
{
public sealed class GrayScaleEffect : ColorMatrixEffect
{
public GrayScaleEffect();
}
}