[]
        
In-place effect that converts a monochromatic (grayscale) image to bi-level image with two-dimensional error diffusion dithering.
public class DitheringEffect : BaseInplaceEffect
  Public Class DitheringEffect
    Inherits BaseInplaceEffect
  | Name | Description | 
|---|---|
| Apply(GcBitmap) | Applies the effect to the specified GcBitmap.  | 
      
| Apply(GcBitmap, int, int, int, int) | Applies the effect to a part of the specified GcBitmap.  | 
      
| Get(DitheringMethod) | Returns an instance of the DitheringEffect class.  |