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