Name
SetDitherMode -- set dither mode (V9.0)
Synopsis
SetDitherMode(mode)
Function
When palette mode is set to #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:
No dithering. This is the default dithering mode.

#DITHERMODE_FLOYDSTEINBERG:
Use Floyd-Steinberg dithering.

See SetPaletteMode for details.

Inputs
mode
desired dithering mode (see above)

Show TOC