SepiaEffect
Produces the effect that converts an image to sepia.
using System.Runtime.CompilerServices;
namespace System.Drawing.Imaging.Effects
{
public sealed class SepiaEffect : ColorMatrixEffect
{
public SepiaEffect()
: base(new ColorMatrix(RuntimeHelpers.CreateSpan<float>((RuntimeFieldHandle))))
{
}
}
}