Table of Contents

Class PdnPixelateEffect.Props

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

Constructors

Props()

Properties

AlphaMode

Specifies the alpha mode for the input and the output. The default is Premultiplied.

CellSize

Specifies the cell size, in pixels, of pixelation. The range is [1, 256]. The default is 2.

Input
ScaleDownInterpolationMode

Specifies the interpolation mode when scaling the image down. The default is MultisampleLinear.

ScaleUpInterpolationMode

Specifies the interpolation mode when scaling the image up. The default is NearestNeighbor.

Methods

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