Share via


Dithering (Windows CE 5.0)

Send Feedback

The dithering stage in the pixel processing pipeline is an optional stage. You can call the IDirect3DMobileDevice::SetRenderState method 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

Per Pixel Operations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.