RasterCachedImage.Dither
RasterCachedImage.Dither method
Performs dithering on the current image.
public override 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 RasterCachedImage
- namespace Aspose.Imaging
- assembly Aspose.Imaging