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<h2>Syntax</h2> 17<dl><dd><pre class="construction"> 18#include <revolution/gx.h> 19 20void GXSetDispCopyGamma( <a href="../Enumerated_Types/GXGamma.html">GXGamma</a> gamma ); 21</pre></dd></dl> 22 23<h2>Arguments</h2> 24<TABLE class="arguments" border="1" > 25 <tr> 26<TH>gamma</TH> 27<TD>Gamma value. Accepted values are:<BR> 28 <TABLE class="arguments" border="1" > 29 <tr> 30<TD bgcolor="#C0C0C0">Name</TD> 31<TD bgcolor="#C0C0C0">Gamma Correction Coefficient</TD> 32 </tr> 33 <tr> 34<TH>GX_GM_1_0</TH> 35<TD>1.0</TD> 36 </tr> 37 <tr> 38<TH>GX_GM_1_7</TH> 39<TD>1.7</TD> 40 </tr> 41 <tr> 42<TH>GX_GM_2_2</TH> 43<TD>2.2</TD> 44 </tr> 45 </TABLE> 46 </TD> 47 </tr> 48</TABLE> 49 50<h2>Return Values</h2> 51<p>None.</p> 52 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<h2>See Also</h2> 57<P class="reference"> 58<a href="GXCopyDisp.html">GXCopyDisp</a> 59</p> 60 61<H2>Revision History</H2> 62<P> 632006/03/01 Initial version.<br> 64</P> 65 66<hr><p>CONFIDENTIAL</p></body> 67</html>