Enum PdnPixelateInterpolationMode
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Gpu.dll
public enum PdnPixelateInterpolationMode
Fields
NearestNeighbor = 0
Linear = 1
Cubic = 2
MultisampleLinear = 3
Anisotropic = 4
HighQualityCubic = 5