GXGetDither

Syntax

#include <revolution/gx.h>

void GXGetDither( GXBool *dither );

Arguments

dither Pointer used to return whether dithering is enabled.

Return Values

None.

Description

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.

See Also

GXSetDither

Revision History

2009/01/05 Initial version.


CONFIDENTIAL