Syncing docs to grab Rainbow Cycle magic tool docs

This commit is contained in:
Bill Kendrick 2023-05-02 00:09:42 -07:00
parent d6940cc8b8
commit a10a756734
40 changed files with 175 additions and 20 deletions

View file

@ -84,6 +84,7 @@
<li><a href="rails.html">Rails</a></li> <li><a href="rails.html">Rails</a></li>
<li><a href="rain.html">Rain</a></li> <li><a href="rain.html">Rain</a></li>
<li><a href="rainbow.html">Rainbow</a></li> <li><a href="rainbow.html">Rainbow</a></li>
<li><a href="rainbow_cycle.html">Rainbow Cycle</a></li>
<li><a href="smooth_rainbow.html">Smooth Rainbow</a></li> <li><a href="smooth_rainbow.html">Smooth Rainbow</a></li>
<li><a href="toothpaste.html">Toothpaste</a></li> <li><a href="toothpaste.html">Toothpaste</a></li>
<li><a href="wet_paint.html">Wet Paint</a></li> <li><a href="wet_paint.html">Wet Paint</a></li>

View file

@ -8,7 +8,7 @@
<h3 align="center">Author: <h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3> Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This is similar to the paint brush, but as you move the mouse around, it cycles through a spectrum of bright colors.</p> <p>This is similar to the paint brush, but as you move the mouse around, it cycles through a spectrum of bright colors.</p>
<p>See also: <a href="smooth_rainbow.html">Smooth Rainbow</a>.</p> <p>See also: <a href="smooth_rainbow.html">Smooth Rainbow</a> &amp; <a href="rainbow_cycle.html">Rainbow Cycle</a>.</p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.30</p> <p align="center">Tux Paint 0.9.30</p>
</body></html> </body></html>

View file

@ -0,0 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Rainbow Cycle</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Rainbow Cycle</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This is similar to Rainbow and Smooth Rainbow magic tools &mdash; it cycles through a spectrum of bright colors, but only changes between strokes (after you release and click or tap again).</p>
<p>See also: <a href="rainbow.html">Rainbow</a> &amp; <a href="smooth_rainbow.html">Smooth Rainbow</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.30</p>
</body></html>

View file

@ -8,7 +8,7 @@
<h3 align="center">Author: <h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3> Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This is similar to Rainbow magic tool &mdash; as you move the mouse around, it cycles through a spectrum of colors &mdash; except the colors blend smoothly as you draw.</p> <p>This is similar to Rainbow magic tool &mdash; as you move the mouse around, it cycles through a spectrum of colors &mdash; except the colors blend smoothly as you draw.</p>
<p>See also: <a href="rainbow.html">Rainbow</a>.</p> <p>See also: <a href="rainbow.html">Rainbow</a> &amp; <a href="rainbow_cycle.html">Rainbow Cycle</a>.</p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.30</p> <p align="center">Tux Paint 0.9.30</p>
</body></html> </body></html>

View file

@ -80,6 +80,7 @@ Painting
* Rails * Rails
* Rain * Rain
* Rainbow * Rainbow
* Rainbow Cycle
* Smooth Rainbow * Smooth Rainbow
* Toothpaste * Toothpaste
* Wet Paint * Wet Paint

View file

@ -7,7 +7,7 @@
This is similar to the paint brush, but as you move the mouse around, it This is similar to the paint brush, but as you move the mouse around, it
cycles through a spectrum of bright colors. cycles through a spectrum of bright colors.
See also: Smooth Rainbow. See also: Smooth Rainbow & Rainbow Cycle.
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Rainbow Cycle
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
This is similar to Rainbow and Smooth Rainbow magic tools — it cycles
through a spectrum of bright colors, but only changes between strokes
(after you release and click or tap again).
See also: Rainbow & Smooth Rainbow.
----------------------------------------------------------------------
Tux Paint 0.9.30

View file

@ -8,7 +8,7 @@
cycles through a spectrum of colors — except the colors blend smoothly as cycles through a spectrum of colors — except the colors blend smoothly as
you draw. you draw.
See also: Rainbow. See also: Rainbow & Rainbow Cycle.
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -84,6 +84,7 @@
<li><a href="rails.html">Rails</a></li> <li><a href="rails.html">Rails</a></li>
<li><a href="rain.html">Rain</a></li> <li><a href="rain.html">Rain</a></li>
<li><a href="rainbow.html">Rainbow</a></li> <li><a href="rainbow.html">Rainbow</a></li>
<li><a href="rainbow_cycle.html">Rainbow Cycle</a></li>
<li><a href="smooth_rainbow.html">Smooth Rainbow</a></li> <li><a href="smooth_rainbow.html">Smooth Rainbow</a></li>
<li><a href="toothpaste.html">Toothpaste</a></li> <li><a href="toothpaste.html">Toothpaste</a></li>
<li><a href="wet_paint.html">Wet Paint</a></li> <li><a href="wet_paint.html">Wet Paint</a></li>

View file

@ -8,7 +8,7 @@
<h3 align="center">Author: <h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3> Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This is similar to the paint brush, but as you move the mouse around, it cycles through a spectrum of bright colors.</p> <p>This is similar to the paint brush, but as you move the mouse around, it cycles through a spectrum of bright colors.</p>
<p>See also: <a href="smooth_rainbow.html">Smooth Rainbow</a>.</p> <p>See also: <a href="smooth_rainbow.html">Smooth Rainbow</a> &amp; <a href="rainbow_cycle.html">Rainbow Cycle</a>.</p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.30</p> <p align="center">Tux Paint 0.9.30</p>
</body></html> </body></html>

View file

@ -0,0 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Rainbow Cycle</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Rainbow Cycle</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This is similar to Rainbow and Smooth Rainbow magic tools &mdash; it cycles through a spectrum of bright colors, but only changes between strokes (after you release and click or tap again).</p>
<p>See also: <a href="rainbow.html">Rainbow</a> &amp; <a href="smooth_rainbow.html">Smooth Rainbow</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.30</p>
</body></html>

View file

@ -8,7 +8,7 @@
<h3 align="center">Author: <h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3> Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This is similar to Rainbow magic tool &mdash; as you move the mouse around, it cycles through a spectrum of colors &mdash; except the colors blend smoothly as you draw.</p> <p>This is similar to Rainbow magic tool &mdash; as you move the mouse around, it cycles through a spectrum of colors &mdash; except the colors blend smoothly as you draw.</p>
<p>See also: <a href="rainbow.html">Rainbow</a>.</p> <p>See also: <a href="rainbow.html">Rainbow</a> &amp; <a href="rainbow_cycle.html">Rainbow Cycle</a>.</p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.30</p> <p align="center">Tux Paint 0.9.30</p>
</body></html> </body></html>

View file

@ -80,6 +80,7 @@ Painting
* Rails * Rails
* Rain * Rain
* Rainbow * Rainbow
* Rainbow Cycle
* Smooth Rainbow * Smooth Rainbow
* Toothpaste * Toothpaste
* Wet Paint * Wet Paint

View file

@ -7,7 +7,7 @@
This is similar to the paint brush, but as you move the mouse around, it This is similar to the paint brush, but as you move the mouse around, it
cycles through a spectrum of bright colors. cycles through a spectrum of bright colors.
See also: Smooth Rainbow. See also: Smooth Rainbow & Rainbow Cycle.
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Rainbow Cycle
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
This is similar to Rainbow and Smooth Rainbow magic tools — it cycles
through a spectrum of bright colors, but only changes between strokes
(after you release and click or tap again).
See also: Rainbow & Smooth Rainbow.
----------------------------------------------------------------------
Tux Paint 0.9.30

View file

@ -8,7 +8,7 @@
cycles through a spectrum of colors — except the colors blend smoothly as cycles through a spectrum of colors — except the colors blend smoothly as
you draw. you draw.
See also: Rainbow. See also: Rainbow & Rainbow Cycle.
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -86,6 +86,7 @@
<li><a href="pixels.html">Pixels</a></li> <li><a href="pixels.html">Pixels</a></li>
<li><a href="rain.html">Pluie</a></li> <li><a href="rain.html">Pluie</a></li>
<li><a href="rails.html">Rails</a></li> <li><a href="rails.html">Rails</a></li>
<li><a href="rainbow_cycle.html">Rainbow Cycle</a></li>
<li><a href="wet_paint.html">Wet Paint</a></li> <li><a href="wet_paint.html">Wet Paint</a></li>
</ul> </ul>
<h2>Pattern Painting</h2> <h2>Pattern Painting</h2>

View file

@ -8,7 +8,7 @@
<h3 align="center">Author: <h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3> Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This is similar to the paint brush, but as you move the mouse around, it cycles through a spectrum of bright colors.</p> <p>This is similar to the paint brush, but as you move the mouse around, it cycles through a spectrum of bright colors.</p>
<p>See also: <a href="smooth_rainbow.html">Arc-en-ciel lent</a>.</p> <p>See also: <a href="smooth_rainbow.html">Arc-en-ciel lent</a> &amp; <a href="rainbow_cycle.html">Rainbow Cycle</a>.</p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.30</p> <p align="center">Tux Paint 0.9.30</p>
</body></html> </body></html>

View file

@ -0,0 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Rainbow Cycle</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Rainbow Cycle</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This is similar to Rainbow and Smooth Rainbow magic tools &mdash; it cycles through a spectrum of bright colors, but only changes between strokes (after you release and click or tap again).</p>
<p>See also: <a href="rainbow.html">Arc-en-ciel</a> &amp; <a href="smooth_rainbow.html">Arc-en-ciel lent</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.30</p>
</body></html>

View file

@ -8,7 +8,7 @@
<h3 align="center">Author: <h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3> Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This is similar to Rainbow magic tool &mdash; as you move the mouse around, it cycles through a spectrum of colors &mdash; except the colors blend smoothly as you draw.</p> <p>This is similar to Rainbow magic tool &mdash; as you move the mouse around, it cycles through a spectrum of colors &mdash; except the colors blend smoothly as you draw.</p>
<p>See also: <a href="rainbow.html">Arc-en-ciel</a>.</p> <p>See also: <a href="rainbow.html">Arc-en-ciel</a> &amp; <a href="rainbow_cycle.html">Rainbow Cycle</a>.</p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.30</p> <p align="center">Tux Paint 0.9.30</p>
</body></html> </body></html>

View file

@ -82,6 +82,7 @@ Painting
* Pixels * Pixels
* Pluie * Pluie
* Rails * Rails
* Rainbow Cycle
* Wet Paint * Wet Paint
Pattern Painting Pattern Painting

View file

@ -7,7 +7,7 @@
This is similar to the paint brush, but as you move the mouse around, it This is similar to the paint brush, but as you move the mouse around, it
cycles through a spectrum of bright colors. cycles through a spectrum of bright colors.
See also: Arc-en-ciel lent. See also: Arc-en-ciel lent & Rainbow Cycle.
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Rainbow Cycle
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
This is similar to Rainbow and Smooth Rainbow magic tools — it cycles
through a spectrum of bright colors, but only changes between strokes
(after you release and click or tap again).
See also: Arc-en-ciel & Arc-en-ciel lent.
----------------------------------------------------------------------
Tux Paint 0.9.30

View file

@ -8,7 +8,7 @@
cycles through a spectrum of colors — except the colors blend smoothly as cycles through a spectrum of colors — except the colors blend smoothly as
you draw. you draw.
See also: Arc-en-ciel. See also: Arc-en-ciel & Rainbow Cycle.
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -84,6 +84,7 @@
<li><a href="rails.html">Rails</a></li> <li><a href="rails.html">Rails</a></li>
<li><a href="rain.html">Rain</a></li> <li><a href="rain.html">Rain</a></li>
<li><a href="rainbow.html">Rainbow</a></li> <li><a href="rainbow.html">Rainbow</a></li>
<li><a href="rainbow_cycle.html">Rainbow Cycle</a></li>
<li><a href="smooth_rainbow.html">Smooth Rainbow</a></li> <li><a href="smooth_rainbow.html">Smooth Rainbow</a></li>
<li><a href="toothpaste.html">Toothpaste</a></li> <li><a href="toothpaste.html">Toothpaste</a></li>
<li><a href="wet_paint.html">Wet Paint</a></li> <li><a href="wet_paint.html">Wet Paint</a></li>

View file

@ -8,7 +8,7 @@
<h3 align="center">Author: <h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3> Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This is similar to the paint brush, but as you move the mouse around, it cycles through a spectrum of bright colors.</p> <p>This is similar to the paint brush, but as you move the mouse around, it cycles through a spectrum of bright colors.</p>
<p>See also: <a href="smooth_rainbow.html">Smooth Rainbow</a>.</p> <p>See also: <a href="smooth_rainbow.html">Smooth Rainbow</a> &amp; <a href="rainbow_cycle.html">Rainbow Cycle</a>.</p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.30</p> <p align="center">Tux Paint 0.9.30</p>
</body></html> </body></html>

View file

@ -0,0 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Rainbow Cycle</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Rainbow Cycle</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This is similar to Rainbow and Smooth Rainbow magic tools &mdash; it cycles through a spectrum of bright colors, but only changes between strokes (after you release and click or tap again).</p>
<p>See also: <a href="rainbow.html">Rainbow</a> &amp; <a href="smooth_rainbow.html">Smooth Rainbow</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.30</p>
</body></html>

View file

@ -8,7 +8,7 @@
<h3 align="center">Author: <h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3> Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This is similar to Rainbow magic tool &mdash; as you move the mouse around, it cycles through a spectrum of colors &mdash; except the colors blend smoothly as you draw.</p> <p>This is similar to Rainbow magic tool &mdash; as you move the mouse around, it cycles through a spectrum of colors &mdash; except the colors blend smoothly as you draw.</p>
<p>See also: <a href="rainbow.html">Rainbow</a>.</p> <p>See also: <a href="rainbow.html">Rainbow</a> &amp; <a href="rainbow_cycle.html">Rainbow Cycle</a>.</p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.30</p> <p align="center">Tux Paint 0.9.30</p>
</body></html> </body></html>

View file

@ -80,6 +80,7 @@ Painting
* Rails * Rails
* Rain * Rain
* Rainbow * Rainbow
* Rainbow Cycle
* Smooth Rainbow * Smooth Rainbow
* Toothpaste * Toothpaste
* Wet Paint * Wet Paint

View file

@ -7,7 +7,7 @@
This is similar to the paint brush, but as you move the mouse around, it This is similar to the paint brush, but as you move the mouse around, it
cycles through a spectrum of bright colors. cycles through a spectrum of bright colors.
See also: Smooth Rainbow. See also: Smooth Rainbow & Rainbow Cycle.
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Rainbow Cycle
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
This is similar to Rainbow and Smooth Rainbow magic tools — it cycles
through a spectrum of bright colors, but only changes between strokes
(after you release and click or tap again).
See also: Rainbow & Smooth Rainbow.
----------------------------------------------------------------------
Tux Paint 0.9.30

View file

@ -8,7 +8,7 @@
cycles through a spectrum of colors — except the colors blend smoothly as cycles through a spectrum of colors — except the colors blend smoothly as
you draw. you draw.
See also: Rainbow. See also: Rainbow & Rainbow Cycle.
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -82,6 +82,7 @@
<li><a href="rails.html">Rails</a></li> <li><a href="rails.html">Rails</a></li>
<li><a href="rain.html">Rain</a></li> <li><a href="rain.html">Rain</a></li>
<li><a href="rainbow.html">Rainbow</a></li> <li><a href="rainbow.html">Rainbow</a></li>
<li><a href="rainbow_cycle.html">Rainbow Cycle</a></li>
<li><a href="smooth_rainbow.html">Smooth Rainbow</a></li> <li><a href="smooth_rainbow.html">Smooth Rainbow</a></li>
<li><a href="toothpaste.html">Toothpaste</a></li> <li><a href="toothpaste.html">Toothpaste</a></li>
<li><a href="wet_paint.html">Wet Paint</a></li> <li><a href="wet_paint.html">Wet Paint</a></li>

View file

@ -8,7 +8,7 @@
<h3 align="center">Author: <h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3> Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This is similar to the paint brush, but as you move the mouse around, it cycles through a spectrum of bright colors.</p> <p>This is similar to the paint brush, but as you move the mouse around, it cycles through a spectrum of bright colors.</p>
<p>See also: <a href="smooth_rainbow.html">Smooth Rainbow</a>.</p> <p>See also: <a href="smooth_rainbow.html">Smooth Rainbow</a> &amp; <a href="rainbow_cycle.html">Rainbow Cycle</a>.</p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.30</p> <p align="center">Tux Paint 0.9.30</p>
</body></html> </body></html>

View file

@ -0,0 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Rainbow Cycle</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Rainbow Cycle</h1>
<h2 align="center">Group: Painting</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This is similar to Rainbow and Smooth Rainbow magic tools &mdash; it cycles through a spectrum of bright colors, but only changes between strokes (after you release and click or tap again).</p>
<p>See also: <a href="rainbow.html">Rainbow</a> &amp; <a href="smooth_rainbow.html">Smooth Rainbow</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.30</p>
</body></html>

View file

@ -8,7 +8,7 @@
<h3 align="center">Author: <h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3> Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This is similar to Rainbow magic tool &mdash; as you move the mouse around, it cycles through a spectrum of colors &mdash; except the colors blend smoothly as you draw.</p> <p>This is similar to Rainbow magic tool &mdash; as you move the mouse around, it cycles through a spectrum of colors &mdash; except the colors blend smoothly as you draw.</p>
<p>See also: <a href="rainbow.html">Rainbow</a>.</p> <p>See also: <a href="rainbow.html">Rainbow</a> &amp; <a href="rainbow_cycle.html">Rainbow Cycle</a>.</p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.30</p> <p align="center">Tux Paint 0.9.30</p>
</body></html> </body></html>

View file

@ -78,6 +78,7 @@ Painting
* Rails * Rails
* Rain * Rain
* Rainbow * Rainbow
* Rainbow Cycle
* Smooth Rainbow * Smooth Rainbow
* Toothpaste * Toothpaste
* Wet Paint * Wet Paint

View file

@ -7,7 +7,7 @@
This is similar to the paint brush, but as you move the mouse around, it This is similar to the paint brush, but as you move the mouse around, it
cycles through a spectrum of bright colors. cycles through a spectrum of bright colors.
See also: Smooth Rainbow. See also: Smooth Rainbow & Rainbow Cycle.
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Rainbow Cycle
Group: Painting
Author: Bill Kendrick <bill@newbreedsoftware.com>
This is similar to Rainbow and Smooth Rainbow magic tools — it cycles
through a spectrum of bright colors, but only changes between strokes
(after you release and click or tap again).
See also: Rainbow & Smooth Rainbow.
----------------------------------------------------------------------
Tux Paint 0.9.30

View file

@ -8,7 +8,7 @@
cycles through a spectrum of colors — except the colors blend smoothly as cycles through a spectrum of colors — except the colors blend smoothly as
you draw. you draw.
See also: Rainbow. See also: Rainbow & Rainbow Cycle.
---------------------------------------------------------------------- ----------------------------------------------------------------------