RasterImage.Dither
Dither(DitheringMethod, int, IColorPalette)
Performs dithering on the current image.
public abstract void Dither(DitheringMethod ditheringMethod, int bitsCount, 
    IColorPalette customPalette)
| Parameter | Type | Description | 
|---|---|---|
| ditheringMethod | DitheringMethod | The dithering method. | 
| bitsCount | Int32 | The final bits count for dithering. | 
| customPalette | IColorPalette | The custom palette for dithering. | 
See Also
- enum DitheringMethod
 - interface IColorPalette
 - class RasterImage
 - namespace Aspose.PSD
 - assembly Aspose.PSD
 
Dither(DitheringMethod, int)
Performs dithering on the current image.
public void Dither(DitheringMethod ditheringMethod, int bitsCount)
| Parameter | Type | Description | 
|---|---|---|
| ditheringMethod | DitheringMethod | The dithering method. | 
| bitsCount | Int32 | The final bits count for dithering. | 
See Also
- enum DitheringMethod
 - class RasterImage
 - namespace Aspose.PSD
 - assembly Aspose.PSD