System.Drawing.Imaging.Effects.InvertEffect
Produces the effect that inverts the colors in an image.
namespace System.Drawing.Imaging.Effects
{
public sealed class InvertEffect : ColorMatrixEffect
{
public InvertEffect();
}
}