dither method

dither

Performs dithering on the current image.

def dither(self, dithering_method, bits_count):
    ...
ParameterTypeDescription
dithering_methodDitheringMethodThe dithering method.
bits_countintThe final bits count for dithering.

dither

Performs dithering on the current image.

def dither(self, dithering_method, bits_count, custom_palette):
    ...
ParameterTypeDescription
dithering_methodDitheringMethodThe dithering method.
bits_countintThe final bits count for dithering.
custom_paletteIColorPaletteThe custom palette for dithering.

See Also