VividEffect
Produces the effect that makes colors more vivid.
using System.Runtime.CompilerServices;
namespace System.Drawing.Imaging.Effects
{
public sealed class VividEffect : ColorMatrixEffect
{
public VividEffect()
: base(new ColorMatrix(RuntimeHelpers.CreateSpan<float>((RuntimeFieldHandle))))
{
}
}
}