File: gradcomdsetbackground.html

package info (click to toggle)
grads 3%3A2.2.1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,396 kB
  • sloc: ansic: 61,645; sh: 10,612; makefile: 206; python: 3
file content (16 lines) | stat: -rw-r--r-- 783 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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>