'Declaration Public Enum DitherType Inherits System.Enum
public enum DitherType : System.Enum
'Declaration Public Enum DitherType Inherits System.Enum
public enum DitherType : System.Enum
| Member | Description |
|---|---|
| DualSpiral4x4 | A 4x4 dual spiral dither algorithm. |
| DualSpiral8x8 | An 8x8 dual spiral dither algorithm. |
| ErrorDiffusion | An error diffusion algorithm. |
| None | A solid color algorithm without dither. |
| Ordered16x16 | A 16x16 ordered dither algorithm. |
| Ordered4x4 | A 4x4 ordered dither algorithm. |
| Ordered8x8 | An 8x8 ordered dither algorithm. |
| Solid | A solid color algorithm without dither. |
| Spiral4x4 | A 4x4 spiral dither algorithm. |
| Spiral8x8 | An 8x8 spiral dither algorithm. |
System.Object
System.ValueType
System.Enum
C1.Xaml.Bitmap.DitherType