Apply effects to the image, such as blur, pixelate and grayscale. Image effects are not supported by the default SystemDrawingImageProcessor. Use another image processor (e.g. the ImageSharpProcessor) to enable image effects.

public ImageEffectOptions Effects { get; set; }
Type:
ImageEffectOptions
In this article