Table of Contents

Class BokehBlurMapEffect

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

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

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

Constructors

BokehBlurMapEffect(IDeviceEffectFactory)