Table of Contents

Enum BokehBlurEdgeMode

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Framework.dll
public enum BokehBlurEdgeMode

Fields

Clamp = 0

Repeats the pixels from the edges of the image.

Mirror = 2

Reflects pixels about the edge of the image.

Wrap = 1

Uses pixels from the opposite end edge of the image.

Transparent = 3

Extends the boundaries of the image without changing its appearance.