#include <revolution/gx.h> void GXGetDither( GXBool *dither );
| dither | Pointer used to return whether dithering is enabled. |
|---|
None.
Gets whether dithering is enabled as set using the GXSetDither function.
Dithering is only enabled when the pixel format (see GXSetPixelFmt) is either GX_PF_RGBA6_Z24 or GX_PF_RGB565_Z16.
2009/01/05 Initial version.
CONFIDENTIAL