Property EdgeMode
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Gpu.dll
EdgeMode
Specifies how samples outside the bounds of the input image are calculated.
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 (BrushSize), in pixels.
If set to another edge mode, the effect clamps the output to the size of the input image.
The default value is Clamp.
public EffectPropertyAccessor<PdnOilPaintingEdgeMode> EdgeMode { get; }