File: fade.html

package info (click to toggle)
tuxpaint 1%3A0.9.20-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 21,004 kB
  • ctags: 2,143
  • sloc: ansic: 22,917; objc: 1,082; makefile: 922; sh: 172; cpp: 119; python: 75
file content (30 lines) | stat: -rw-r--r-- 627 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool:

Fade

</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>

<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000"
alink="#FF00FF">

<h1 align=center">Tux Paint "Magic" Tool:

Fade

</h1>

<p>
          This fades the colors wherever you drag the mouse.
          (Do it to the same spot many times, and it will eventually become
          white.)
</p>

<p><b>See also:</b> <a href="darken.html">Darken</a>
and <a href="tint.html">Tint</a>.</p>


</body></html>