1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//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>GXColor</title> 10</head> 11 12<body> 13 14<h1 align="left">GXColor</h1> 15 16<h2>Syntax</h2> 17<dl><dd><pre class="construction"> 18typedef struct{ 19 u8 r, 20 g, 21 b, 22 a; 23} GXColor; 24</pre></dd></dl> 25 26<h2>Description</h2> 27<P>A generic color structure used by various GX API functions. 28</P> 29 30<h2>Functions Using This Structure</h2> 31<P class="reference"> 32<a href="../Lighting/GXInitLightColor.html">GXInitLightColor</a>, 33<a href="../Lighting/GXSetChanAmbColor.html">GXSetChanAmbColor</a>, 34<a href="../Lighting/GXSetChanMatColor.html">GXSetChanMatColor</a>, 35<a href="../Tev/GXSetTevColor.html">GXSetTevColor</a>, 36<a href="../PixelProc/GXSetFog.html">GXSetFog</a>, 37<a href="../Framebuffer/GXSetCopyClear.html">GXSetCopyClear</a> 38</p> 39 40<H2>Revision History</H2> 41<P> 422006/03/01 Initial version.<br> 43</P> 44 45<hr><p>CONFIDENTIAL</p></body> 46</HTML>