<style type="text/css">
body {
background-color: #e0f0ff;
}
</style>
<h2>set background</h2>
<p><code>set background<i> color#</i></code></p>
<p>Sets the background color to<code><i> color#</i></code>. </p>
<h3>Usage Notes</h3>
<ol>
<li>This command is used instead of<code> <a href="gradcomdsetdisplay.html">set display</a> </code>when a color other than black or white is desired for the background color.</li>
<li>The new background is not drawn until a<code> <a href="gradcomdclear.html">clear</a> </code>command is issued.</li>
<li>If you use <code>set background</code>, then the options '<code>black</code>' and '<code>white</code>' for the <code><a href="gradcomdgxprint.html">gxprint</a></code> command cannot be used to override the background color. </li>
</ol>
|