Table of Contents

Property EdgeMode

Namespace
PaintDotNet.Effects.Gpu
Assembly
PaintDotNet.Effects.Gpu.dll

EdgeMode

Specifies how sampling beyond the edge of the image should be performed.
If this value is Transparent, the effect pads the image with transparent pixels as it applies the kernel, resulting in a soft edge. The output will be larger than the input by approximately the blur radius, in pixels.
If set to another edge mode, the effect clamps the output to the size of the input image.
The default value is Mirror.

public EffectPropertyAccessor<PdnSurfaceBlurEdgeMode> EdgeMode { get; }

Property Value

EffectPropertyAccessor<PdnSurfaceBlurEdgeMode>