"Smooth Rainbow" magic tool (variant of "Rainbow")
Numerous people commented on Twitter that a piece of artwork
("Chromie Squiggle #7583", created in "ArtBlocks") looked like it
was made in Tux Paint.
However, the classic (2002-era) "Rainbow" tool cycled coarsely
through solid colors. This adds a gradient.
This commit is contained in:
parent
1d5dd8eb9f
commit
8b30a278c2
9 changed files with 73 additions and 10 deletions
|
|
@ -58,6 +58,7 @@
|
|||
<li><a href="sharpen.html">Sharpen</a></li>
|
||||
<li><a href="shift.html">Shift</a></li>
|
||||
<li><a href="silhouette.html">Silhouette</a></li>
|
||||
<li><a href="smooth_rainbow.html">Smooth Rainbow</a></li>
|
||||
<li><a href="smudge.html">Smudge</a></li>
|
||||
<li><a href="snow_ball.html">Snow Ball</a></li>
|
||||
<li><a href="snow_flake.html">Snow Flake</a></li>
|
||||
|
|
|
|||
|
|
@ -6,4 +6,5 @@
|
|||
<h1 align="center">Tux Paint "Magic" Tool: Rainbow</h1>
|
||||
<h2 align="center">By Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h2>
|
||||
<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>
|
||||
</body></html>
|
||||
10
magic/magic-docs/en/html/smooth_rainbow.html
Normal file
10
magic/magic-docs/en/html/smooth_rainbow.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<body><html><head><title>Tux Paint "Magic" Tool: Smooth Rainbow</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: Smooth Rainbow</h1>
|
||||
<h2 align="center">By Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h2>
|
||||
<p>This is similar to Rainbow magic tool — as you move the mouse around, it cycles through a spectrum of colors — except the colors blend smoothly as you draw.</p>
|
||||
<p>See also: <a href="rainbow.html">Rainbow</a> </p>
|
||||
</body></html>
|
||||
|
|
@ -54,6 +54,7 @@
|
|||
* Sharpen
|
||||
* Shift
|
||||
* Silhouette
|
||||
* Smooth Rainbow
|
||||
* Smudge
|
||||
* Snow Ball
|
||||
* Snow Flake
|
||||
|
|
|
|||
|
|
@ -4,3 +4,5 @@
|
|||
|
||||
This is similar to the paint brush, but as you move the mouse around, it
|
||||
cycles through a spectrum of bright colors.
|
||||
|
||||
See also: Smooth Rainbow
|
||||
|
|
|
|||
9
magic/magic-docs/en/smooth_rainbow.txt
Normal file
9
magic/magic-docs/en/smooth_rainbow.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Tux Paint "Magic" Tool: Smooth Rainbow
|
||||
|
||||
By Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
This is similar to Rainbow magic tool — as you move the mouse around, it
|
||||
cycles through a spectrum of colors — except the colors blend smoothly as
|
||||
you draw.
|
||||
|
||||
See also: Rainbow
|
||||
Loading…
Add table
Add a link
Reference in a new issue