Class PdnPixelateEffect.Props
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Gpu.dll
public sealed class PdnPixelateEffect.Props : CustomEffectProperties
- Inheritance
-
PdnPixelateEffect.Props
- Inherited Members
Constructors
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.
- Center
The image scaling center point. Use this to scale around a point other than the upper-left corner.
The default value is { 0, 0 }.
- 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.