Enum BitmapDitherType
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Windows.dll
public enum BitmapDitherType
Fields
None = 0Solid = 0Ordered4x4 = 1Ordered8x8 = 2Ordered16x16 = 3Spiral4x4 = 4Spiral8x8 = 5DualSpiral4x4 = 6DualSpiral8x8 = 7ErrorDiffusion = 8