1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META http-equiv="Content-Style-Type" content="text/css">
6<META name="GENERATOR" content="Microsoft FrontPage 5.0">
7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
8<TITLE>GDSetTevKonstantSel</TITLE>
9</HEAD>
10<BODY>
11<H1 align="left">GDSetTevKonstantSel</H1>
12<H2>C Specification</H2>
13<DL>
14  <DD>
15<PRE><CODE>#include &lt;revolution/gd.h&gt;</CODE></PRE>
16  <DD>
17<PRE>void GDSetTevKonstantSel(
18<a href="../gx/Enumerated_Types/GXTevStageID.html">GXTevStageID</a>    evenStage,
19<a href="../gx/Enumerated_Types/GXTevKColorSel.html">GXTevKColorSel</a> kcsel0, <a href="../gx/Enumerated_Types/GXTevKAlphaSel.html">GXTevKAlphaSel</a> kasel0,
20<a href="../gx/Enumerated_Types/GXTevKColorSel.html">GXTevKColorSel</a> kcsel1, <a href="../gx/Enumerated_Types/GXTevKAlphaSel.html">GXTevKAlphaSel</a> kasel1 );</PRE>
21</DL>
22<H2>Arguments</H2>
23<TABLE border="1" cellpadding="3" cellspacing="0.1">
24  <TBODY>
25    <TR>
26<TD width="120" valign="top" bgcolor="#ffffe8"><EM><STRONG><CODE><STRONG><EM><CODE>evenStage</CODE></EM></STRONG></CODE></STRONG></EM></TD>
27<TD width="520">An even numbered TEV <a href="../gx/Enumerated_Types/GXTevStageID.html">stage</a>.</TD>
28    </TR>
29    <TR>
30<TD width="120" valign="top" bgcolor="#ffffe8"><EM><STRONG><CODE><STRONG><EM><CODE>kcsel0</CODE></EM></STRONG></CODE></STRONG></EM></TD>
31<TD width="520">Selects the constant <a href="../gx/Enumerated_Types/GXTevKColorSel.html">color</a> to use for <em><strong><font face="Courier New">evenStage</font></strong></em>.</TD>
32    </TR>
33    <TR>
34<TD width="120" valign="top" bgcolor="#ffffe8"><EM><STRONG><CODE><STRONG><EM><CODE>kasel0</CODE></EM></STRONG></CODE></STRONG></EM></TD>
35<TD width="520">Selects the constant <a href="../gx/Enumerated_Types/GXTevKAlphaSel.html">alpha</a> to use for <em><strong><font face="Courier New">evenStage</font></strong></em>.</TD>
36    </TR>
37    <TR>
38<TD width="120" valign="top" bgcolor="#ffffe8"><EM><STRONG><CODE><STRONG><EM><CODE>kcsel1</CODE></EM></STRONG></CODE></STRONG></EM></TD>
39<TD width="520">Selects the constant <a href="../gx/Enumerated_Types/GXTevKColorSel.html">color</a> to use for (<em><strong><font face="Courier New">evenStage</font></strong></em> + 1).</TD>
40    </TR>
41    <TR>
42<TD width="120" valign="top" bgcolor="#ffffe8"><EM><STRONG><CODE><STRONG><EM><CODE>kasel1</CODE></EM></STRONG></CODE></STRONG></EM></TD>
43<TD width="520">Selects the constant <a href="../gx/Enumerated_Types/GXTevKAlphaSel.html">alpha</a> to use for (<em><strong><font face="Courier New">evenStage</font></strong></em> + 1).</TD>
44    </TR>
45  </TBODY>
46</TABLE>
47<H2>Return Values</H2>
48<P>None.</P>
49<H2>Description</H2>
50<P>This function selects  constant (konstant) color and constant alpha inputs to use in a specified pair of TEV stages. The constant input is only used if&nbsp; <CODE>GX_CC_KONST</CODE> (or <CODE>GX_CA_KONST</CODE>) is selected as TEV stage input. Only one constant color and alpha choice is available for a given TEV stage, although the constant may be used for more than one input.</P>
51<H2>See Also</H2>
52<P><A href="../gx/Tev/GXSetTevKColorSel.html"><CODE>GXSetTevKColorSel</CODE></A><BR> <A href="../gx/Tev/GXSetTevKAlphaSel.html"><CODE>GXSetTevKAlphaSel</CODE></A><BR> <A href="../gx/Tev/GXSetTevColorIn.html"><CODE>GXSetTevColorIn</CODE></A><BR> <A href="../gx/Tev/GXSetTevAlphaIn.html"><CODE>GXSetTevAlphaIn</CODE></A><BR> <A href="../gx/Tev/GXSetTevKColor.html"><CODE>GXSetTevKColor</CODE></A></P>
53<H2>Revision History</H2>
54<P>03/01/2006 Initial version.</P>
55</BODY>
56</HTML>