Table of Contents

Class PdnZoomBlurEffect.Props

Namespace
PaintDotNet.Effects.Gpu
Assembly
PaintDotNet.Effects.Gpu.dll
public sealed class PdnZoomBlurEffect.Props : DynamicEffect.Props<PdnZoomBlurEffect>
Inheritance
PdnZoomBlurEffect.Props
Inherited Members

Properties

AlphaExponent

Specifies the exponent used for alpha channel dropoff. Higher values cause a faster dropoff in the alpha for samples with respect to the distance from the sampled position. This results in the image being more focused towards the Center point.
The range is [1, 4]. The default value is 2.

AlphaMode

Gets or sets the alpha mode for the input and output.
The default value is Premultiplied.

Author

The author of the effect.

BorderMode

Gets or sets the border mode, which determines how samples outside the bounds of the input image are calculated.
BorderMode.Hard will clamp the borders of the input image.
BorderMode.Soft will cause pixels outside the image to be sampled as transparent black.
The default is BorderMode.Hard.

Category

The category of the effect.

Center

Gets or sets the center of the zoom blur effect.

Description

The description of the effect.

DisplayName

The name of the effect.

Input
Quality

Gets or sets the quality of the effect rendering. The minimum value is 1, and the default is 2.
This is multiplied by the SampleCountPerQuality property to determine the number of rendering samples.

Scale

Gets or sets the amount of zoom (scaling) to perform. The range is [0.5, 2], and the default is 1.05.