Table of Contents

Class SquareBlurEffect

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Framework.dll

Blurs an image using a square-shaped kernel.

public sealed class SquareBlurEffect : CustomEffect<SquareBlurEffect.Props>, ISerializable, IDeviceEffect, IDeviceImage, IDirect2DResource, IFactoryProperty, IDeviceEffectProperties, IObjectRef, IIsDisposed, IDisposable, IInternalImpl
Inheritance
SquareBlurEffect
Implements
Inherited Members

Remarks

Numerically, this calculates the average color value in premultiplied space.

Constructors

SquareBlurEffect(IDeviceEffectFactory)
SquareBlurEffect(IDeviceEffectFactory, IDeviceImage, float, BorderMode, SquareBlurAlphaMode)