Table of Contents

Class GaussianBlurMapEffect

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

This effect simulates the ability to have a per-pixel value for the blur radius (standard deviation) of a GaussianBlurEffect2. This is implemented as a linear interpolation across many copies of the image blurred at various radius levels.

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

Constructors

GaussianBlurMapEffect(IDeviceEffectFactory)