ApngImage.Dither
ApngImage.Dither method
Easily apply dithering effects to the current image with this intuitive method. Ideal for developers looking to add texture or reduce color banding in their images.
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 ApngImage
- namespace Aspose.Imaging.FileFormats.Apng
- assembly Aspose.Imaging