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>VISetBlack</title> 10</head> 11 12<body> 13 14<h1 align="left">VISetBlack</h1> 15 16<h2>C Specification</h2> 17 18<dl> 19<dd><pre><code>#include <revolution/vi.h></code></pre> 20 </dd> 21<dd><pre><code>void VISetBlack(BOOL <em>black</em>)</code></pre> 22 </dd> 23</dl> 24 25<h2>Arguments</h2> 26 27<table border="1" cellpadding="3" cellspacing="0.1"> 28 <tr> 29<td width="120" bgcolor="#ffffe8"><em><strong><code>black</code></strong></em></td> 30<td width="520">Turns video black when <CODE>TRUE</CODE>; restores when <CODE>FALSE</CODE></td> 31 </tr> 32</table> 33 34<h2>Return Values</h2> 35 36<p>None.</p> 37 38<h2>Description</h2> 39 40<p>This function turns the video to black if <CODE>TRUE</CODE> is specified. Note that retrace interrupts are still generated even when the video is black.</p> 41 42<p>Changes do not take effect until <code><a href="VIFlush.html">VIFlush</a></code> is called. See the <code><a href="VIFlush.html">VIFlush</a></code> function reference for more details on when changes take effect.</p> 43 44<h2>See Also</h2> 45 46<p><code><a href="VIFlush.html">VIFlush</a></code></p> 47 48<h2>Revision History</h2> 49 50<P>2006/03/01 Initial version.</p> 51<hr> 52<P>CONFIDENTIAL</p> 53</BODY> 54</HTML>