Enum PdnMotionBlurKernelType
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Gpu.dll
Specifies the kernel that is used for blurring.
public enum PdnMotionBlurKernelType
Fields
Constant = 0
Every pixel along the sampling path is given equal weighting.
Gaussian = 1
Weighting of pixels along the sampling path has a Gaussian drop-off based on the distance from the origination point.