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>GXGetLightColor</title>
10</head>
11
12<body>
13
14<h1 align="left">GXGetLightColor</h1>
15
16<h2>Syntax</h2>
17<dl><dd><pre class="construction">
18#include &lt;revolution/gx.h&gt;
19
20void GXGetLightColor(
21    const <A href="../Structures/GXLightObj.html">GXLightObj</A>*   lt_obj,
22    <A href="../Structures/GXColor.html">GXColor</A>*            color );
23</pre></dd></dl>
24
25<h2>Arguments</h2>
26<TABLE class="arguments" border="1" >
27  <tr>
28<TH>lt_obj</TH>
29<TD>Pointer to a light object.</TD>
30  </tr>
31  <tr>
32<TH>color</TH>
33<TD>Color of the light</TD>
34  </tr>
35</TABLE>
36
37<h2>Return Values</h2>
38<p>None.</p>
39
40<H2>Description</H2>
41<P>This function returns the color of the light from a light object.&nbsp;Use the <A href="GXInitLightColor.html"><CODE>GXInitLightColor</CODE></A> function to set the light color.</P>
42
43<h2>See Also</h2>
44<p class="reference">
45<a href="GXInitLightColor.html">GXInitLightColor</a>
46</p>
47
48<H2>Revision History</H2>
49<P>
502006/03/01 Initial version.<br>
51</P>
52
53<hr><p>CONFIDENTIAL</p></body>
54</html>