SetDitherMode(mode)
#PALETTEMODE_REMAP
, which is also the default, you
can use this command to configure the dithering mode to use. The desired dithering
mode has to be passed in the mode
argument. Dithering can increase the quality of
the remapped graphics but it is slower than remapping graphics without dithering.
The following dithering modes are currently available:
#DITHERMODE_NONE:
#DITHERMODE_FLOYDSTEINBERG:
See SetPaletteMode for details.