WebPImage.Dither
WebPImage.Dither method
Perform dithering on the current image to reduce color banding and enhance visual quality. Integrate this method into your image processing workflow to achieve smoother transitions between colors and improve the overall appearance of the image within your application.
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 WebPImage
- namespace Aspose.Imaging.FileFormats.Webp
- assembly Aspose.Imaging