Class PdnMotionBlurEffect.Props
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Gpu.dll
public sealed class PdnMotionBlurEffect.Props : CustomEffectProperties
- Inheritance
-
PdnMotionBlurEffect.Props
- Inherited Members
Constructors
Properties
- AlphaMode
Specifies the alpha mode for the input and output. The default value is Premultiplied.
- Angle
Specifies the angle, in radians, for the motion blur effect. The default is 0.
- Centered
Specifies whether the motion blur effect should be centered. The default is true.
- Distance
Specifies the distance for the motion blur effect.
The range is [0, 500]. The default value is 10.
- EdgeMode
Specifies how sampling beyond the edge of the image should be performed. The default value is Clamp.
- KernelType
Specifies the kernel type that is used for sample weights.
The default value is Gaussian.