Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

The dithering stage in the pixel processing pipeline is an optional stage. You can call the IDirect3DMobileDevice::SetRenderStatemethod to toggle dithering on or off by setting a value for the D3DMRS_DITHERENABLE render state (see D3DMRENDERSTATETYPE). If dithering is enabled, the driver uses one of its internal dithering algorithms based only on the pixel's location and color value to dither. If dithering is disabled, the pixel value output from the alpha blending processing is not changed.

See Also