dither method
dither
Performs dithering on the current image.
def dither(self, dithering_method, bits_count):
...
Parameter | Type | Description |
---|---|---|
dithering_method | DitheringMethod | The dithering method. |
bits_count | int | The final bits count for dithering. |
dither
Performs dithering on the current image.
def dither(self, dithering_method, bits_count, custom_palette):
...
Parameter | Type | Description |
---|---|---|
dithering_method | DitheringMethod | The dithering method. |
bits_count | int | The final bits count for dithering. |
custom_palette | IColorPalette | The custom palette for dithering. |
See Also
- module
aspose.cad
- class
RasterImage