1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="Microsoft FrontPage 5.0">
7<META http-equiv="Content-Style-Type" content="text/css">
8<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
9<title>GXGetDither</title>
10</head>
11
12<body>
13<h1 align="left">GXGetDither</h1>
14
15<h2>Syntax</h2>
16<dl><dd><pre class="construction">
17#include &lt;revolution/gx.h&gt;
18
19void GXGetDither( <a href="../Enumerated_Types/GXBool.html">GXBool</a> *dither );
20</pre></dd></dl>
21
22<h2>Arguments</h2>
23<TABLE class="arguments" border="1" >
24  <tr>
25    <TH>dither</TH>
26    <TD>Pointer used to return whether dithering is enabled.</TD>
27  </tr>
28</TABLE>
29
30<h2>Return Values</h2>
31<p>None.</p>
32
33<H2>Description</H2>
34<P>Gets whether dithering is enabled as set using the <A href="GXSetDither.html">GXSetDither</A> function.
35</P>
36<P>
37Dithering is only enabled when the pixel format (see <a href="GXSetPixelFmt.html"><code>GXSetPixelFmt</code></a>) is either <code>GX_PF_RGBA6_Z24</code> or <code>GX_PF_RGB565_Z16</code>.
38
39</P>
40<h2>See Also</h2>
41<P class="reference">
42<A href="GXSetDither.html">GXSetDither</A>
43</P>
44
45<H2>Revision History</H2>
46<P>
472009/01/05 Initial version.
48</P>
49
50<hr><p>CONFIDENTIAL</p></body>
51</HTML>