Enum PdnSketchBlurEdgeMode
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Gpu.dll
public enum PdnSketchBlurEdgeMode
Fields
Clamp = 0
Repeats the pixels from the edges of the image.
Wrap = 1
Uses pixels from the opposite end edge of the image.
Mirror = 2
Reflects pixels about the edge of the image.
Transparent = 3
Extends the boundaries of the image without changing its appearance.