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>GXSetDispCopyGamma</title> 10</head> 11 12<body> 13 14<h1 align="left">GXSetDispCopyGamma</h1> 15 16 17<h2>C Specification</h2> 18 19<dl> 20<dd><PRE><CODE>#include <revolution/gx.h></CODE></PRE></dd> 21<dd><pre>void GXSetDispCopyGamma( <a href="../Enumerated_Types/GXGamma.html">GXGamma</a> gamma );</pre></dd> 22</dl><h2>Arguments</h2> 23<TABLE border="1" cellpadding="3" cellspacing="0.1"> 24 <tr> 25<TD width="120" bgcolor="#ffffe8"><em><strong><CODE>gamma</font></strong></em></TD> 26<TD width="520">Gamma value. Accepted values are:<br> 27 <TABLE width="500" border="1" cellspacing="0.1"> 28 29 <tr> 30<TD bgcolor="#C0C0C0" width="150">Name</TD> 31<TD bgcolor="#C0C0C0" width="350">Gamma correction coefficient</TD> 32 </tr> 33 <tr> 34<TD width="150"><code>GX_GM_1_0</code></TD> 35 <TD width="350">1.0.</TD> 36 </tr> 37 <tr> 38<TD width="150"><code>GX_GM_1_7</code></TD> 39 <TD width="350">1.7.</TD> 40 </tr> 41 <tr> 42<TD width="150"><code>GX_GM_2_2</code></TD> 43 <TD width="350">2.2.</TD> 44 </tr> 45 46 </TABLE> 47 </TD> 48 </tr> 49</TABLE> 50<h2>Return Values</h2> 51 52<p>None.</p> 53<H2>Description</H2> 54<P>This function sets the gamma correction applied to pixels during the Embedded Frame Buffer (EFB) to External Frame Buffer (XFB) copy operation. </P> 55 56 57 58 59<h2>See Also</h2> 60 61<p><a href="GXCopyDisp.html"><CODE>GXCopyDisp</CODE></a></p> 62<H2>Revision History</H2> 63<P>03/01/2006 Initial version.</P></body> 64</html>