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