Table of Contents

Class PdnMotionBlurEffect.Props

Namespace
PaintDotNet.Effects.Gpu
Assembly
PaintDotNet.Effects.Gpu.dll
public sealed class PdnMotionBlurEffect.Props : CustomEffectProperties
Inheritance
PdnMotionBlurEffect.Props
Inherited Members

Constructors

Props()

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 actual distance will be the integer floor of the given value.
The range is [1, 500]. The default value is 10.

EdgeMode

Specifies how sampling beyond the edge of the image should be performed. The default value is Clamp.

Input

Methods

CreateImpl()
GetAuthor()
GetCategory()
GetDescription()
GetDisplayName()