Sync'ing DOCs for new Magic tools (Saturate, etc.)

This commit is contained in:
Bill Kendrick 2023-02-28 01:22:30 -08:00
parent 06aa682667
commit 558cbf34ce
70 changed files with 637 additions and 30 deletions

View file

@ -4,10 +4,10 @@
Author: Bill Kendrick <bill@newbreedsoftware.com> Author: Bill Kendrick <bill@newbreedsoftware.com>
This dakrens the colors wherever you drag the mouse. (Do it to the same This darkens the colors wherever you drag the mouse. (Do it to the same
spot many times, and it will eventually become black.) spot many times, and it will eventually become black.)
See also: Lighten & Tint. See also: Lighten, Tint, Saturate, & Desaturate.
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -0,0 +1,14 @@
Tux Paint "Magic" Tool: Desaturate
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This desaturates the colors wherever you drag the mouse. (Do it to the
same spot many times, and it will eventually become greyscale.)
See also: Saturate, Darken, Lighten, Tint, Remove Color, & Keep Color.
----------------------------------------------------------------------
Tux Paint 0.9.29

View file

@ -7,8 +7,8 @@
<h2 align="center">Group: Color Filters</h2> <h2 align="center">Group: Color Filters</h2>
<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 dakrens the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become black.)</p> <p>This darkens the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become black.)</p>
<p>See also: <a href="lighten.html">Lighten</a> &amp; <a href="tint.html">Tint</a>.</p> <p>See also: <a href="lighten.html">Lighten</a>, <a href="tint.html">Tint</a>, <a href="saturate.html">Saturate</a>, &amp; <a href="desaturate.html">Desaturate</a>.</p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p> <p align="center">Tux Paint 0.9.29</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: Desaturate</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: Desaturate</h1>
<h2 align="center">Group: Color Filters</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This desaturates the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become greyscale.)</p>
<p>See also: <a href="saturate.html">Saturate</a>, <a href="darken.html">Darken</a>, <a href="lighten.html">Lighten</a>, <a href="tint.html">Tint</a>, <a href="remove_color.html">Remove Color</a>, &amp; <a href="keep_color.html">Keep Color</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p>
</body></html>

View file

@ -40,9 +40,13 @@
<li><a href="color_shift.html">Color Shift</a></li> <li><a href="color_shift.html">Color Shift</a></li>
<li><a href="color_and_white.html">Color and White</a></li> <li><a href="color_and_white.html">Color and White</a></li>
<li><a href="darken.html">Darken</a></li> <li><a href="darken.html">Darken</a></li>
<li><a href="desaturate.html">Desaturate</a></li>
<li><a href="keep_color.html">Keep Color</a></li>
<li><a href="lighten.html">Lighten</a></li> <li><a href="lighten.html">Lighten</a></li>
<li><a href="negative.html">Negative</a></li> <li><a href="negative.html">Negative</a></li>
<li><a href="opposite.html">Opposite</a></li> <li><a href="opposite.html">Opposite</a></li>
<li><a href="remove_color.html">Remove Color</a></li>
<li><a href="saturate.html">Saturate</a></li>
<li><a href="tint.html">Tint</a></li> <li><a href="tint.html">Tint</a></li>
<li><a href="xor_colors.html">Xor Colors</a></li> <li><a href="xor_colors.html">Xor Colors</a></li>
</ul> </ul>

View file

@ -0,0 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Keep Color</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: Keep Color</h1>
<h2 align="center">Group: Color Filters</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This completely desaturates (turns greyscale) any parts of the image that do not match the selected color.</p>
<p>See also: <a href="remove_color.html">Remove Color</a>, <a href="saturate.html">Saturate</a>, <a href="desaturate.html">Desaturate</a>, <a href="darken.html">Darken</a>, <a href="lighten.html">Lighten</a>, <a href="tint.html">Tint</a>, &amp; <a href="remove_color.html">Remove Color</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</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 fades the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become white.)</p> <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>See also: <a href="darken.html">Darken</a> &amp; <a href="tint.html">Tint</a>.</p> <p>See also: <a href="darken.html">Darken</a>, <a href="tint.html">Tint</a>, <a href="saturate.html">Saturate</a>, &amp; <a href="desaturate.html">Desaturate</a>.</p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p> <p align="center">Tux Paint 0.9.29</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: Remove Color</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: Remove Color</h1>
<h2 align="center">Group: Color Filters</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This completely desaturates (turns greyscale) parts of the image that match the selected color.</p>
<p>See also: <a href="keep_color.html">Keep Color</a>, <a href="saturate.html">Saturate</a>, <a href="desaturate.html">Desaturate</a>, <a href="darken.html">Darken</a>, <a href="lighten.html">Lighten</a>, <a href="tint.html">Tint</a>, &amp; <a href="remove_color.html">Remove Color</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p>
</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: Saturate</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: Saturate</h1>
<h2 align="center">Group: Color Filters</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This increases the saturation of colors wherever you drag the mouse.</p>
<p>See also: <a href="desaturate.html">Desaturate</a>, <a href="darken.html">Darken</a>, <a href="lighten.html">Lighten</a>, <a href="tint.html">Tint</a>, <a href="remove_color.html">Remove Color</a>, &amp; <a href="keep_color.html">Keep Color</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p>
</body></html>

View file

@ -36,9 +36,13 @@ Color Filters
* Color Shift * Color Shift
* Color and White * Color and White
* Darken * Darken
* Desaturate
* Keep Color
* Lighten * Lighten
* Negative * Negative
* Opposite * Opposite
* Remove Color
* Saturate
* Tint * Tint
* Xor Colors * Xor Colors

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Keep Color
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This completely desaturates (turns greyscale) any parts of the image that
do not match the selected color.
See also: Remove Color, Saturate, Desaturate, Darken, Lighten, Tint, &
Remove Color.
----------------------------------------------------------------------
Tux Paint 0.9.29

View file

@ -7,7 +7,7 @@
This fades the colors wherever you drag the mouse. (Do it to the same spot This fades the colors wherever you drag the mouse. (Do it to the same spot
many times, and it will eventually become white.) many times, and it will eventually become white.)
See also: Darken & Tint. See also: Darken, Tint, Saturate, & Desaturate.
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Remove Color
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This completely desaturates (turns greyscale) parts of the image that
match the selected color.
See also: Keep Color, Saturate, Desaturate, Darken, Lighten, Tint, &
Remove Color.
----------------------------------------------------------------------
Tux Paint 0.9.29

View file

@ -0,0 +1,13 @@
Tux Paint "Magic" Tool: Saturate
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This increases the saturation of colors wherever you drag the mouse.
See also: Desaturate, Darken, Lighten, Tint, Remove Color, & Keep Color.
----------------------------------------------------------------------
Tux Paint 0.9.29

View file

@ -4,10 +4,10 @@
Author: Bill Kendrick <bill@newbreedsoftware.com> Author: Bill Kendrick <bill@newbreedsoftware.com>
This dakrens the colors wherever you drag the mouse. (Do it to the same This darkens the colors wherever you drag the mouse. (Do it to the same
spot many times, and it will eventually become black.) spot many times, and it will eventually become black.)
See also: Lighten & Tint. See also: Lighten, Tint, Saturate, & Desaturate.
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -0,0 +1,14 @@
Tux Paint "Magic" Tool: Desaturate
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This desaturates the colors wherever you drag the mouse. (Do it to the
same spot many times, and it will eventually become greyscale.)
See also: Saturate, Darken, Lighten, Tint, Remove Color, & Keep Color.
----------------------------------------------------------------------
Tux Paint 0.9.29

View file

@ -7,8 +7,8 @@
<h2 align="center">Group: Color Filters</h2> <h2 align="center">Group: Color Filters</h2>
<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 dakrens the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become black.)</p> <p>This darkens the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become black.)</p>
<p>See also: <a href="lighten.html">Lighten</a> &amp; <a href="tint.html">Tint</a>.</p> <p>See also: <a href="lighten.html">Lighten</a>, <a href="tint.html">Tint</a>, <a href="saturate.html">Saturate</a>, &amp; <a href="desaturate.html">Desaturate</a>.</p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p> <p align="center">Tux Paint 0.9.29</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: Desaturate</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: Desaturate</h1>
<h2 align="center">Group: Color Filters</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This desaturates the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become greyscale.)</p>
<p>See also: <a href="saturate.html">Saturate</a>, <a href="darken.html">Darken</a>, <a href="lighten.html">Lighten</a>, <a href="tint.html">Tint</a>, <a href="remove_color.html">Remove Color</a>, &amp; <a href="keep_color.html">Keep Color</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p>
</body></html>

View file

@ -40,9 +40,13 @@
<li><a href="colorsep.html">Color Sep.</a></li> <li><a href="colorsep.html">Color Sep.</a></li>
<li><a href="color_shift.html">Color Shift</a></li> <li><a href="color_shift.html">Color Shift</a></li>
<li><a href="darken.html">Darken</a></li> <li><a href="darken.html">Darken</a></li>
<li><a href="desaturate.html">Desaturate</a></li>
<li><a href="keep_color.html">Keep Color</a></li>
<li><a href="lighten.html">Lighten</a></li> <li><a href="lighten.html">Lighten</a></li>
<li><a href="negative.html">Negative</a></li> <li><a href="negative.html">Negative</a></li>
<li><a href="opposite.html">Opposite</a></li> <li><a href="opposite.html">Opposite</a></li>
<li><a href="remove_color.html">Remove Color</a></li>
<li><a href="saturate.html">Saturate</a></li>
<li><a href="tint.html">Tint</a></li> <li><a href="tint.html">Tint</a></li>
<li><a href="xor_colors.html">Xor Colors</a></li> <li><a href="xor_colors.html">Xor Colors</a></li>
</ul> </ul>

View file

@ -0,0 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Keep Color</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: Keep Color</h1>
<h2 align="center">Group: Color Filters</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This completely desaturates (turns greyscale) any parts of the image that do not match the selected color.</p>
<p>See also: <a href="remove_color.html">Remove Color</a>, <a href="saturate.html">Saturate</a>, <a href="desaturate.html">Desaturate</a>, <a href="darken.html">Darken</a>, <a href="lighten.html">Lighten</a>, <a href="tint.html">Tint</a>, &amp; <a href="remove_color.html">Remove Color</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</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 fades the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become white.)</p> <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>See also: <a href="darken.html">Darken</a> &amp; <a href="tint.html">Tint</a>.</p> <p>See also: <a href="darken.html">Darken</a>, <a href="tint.html">Tint</a>, <a href="saturate.html">Saturate</a>, &amp; <a href="desaturate.html">Desaturate</a>.</p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p> <p align="center">Tux Paint 0.9.29</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: Remove Color</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: Remove Color</h1>
<h2 align="center">Group: Color Filters</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This completely desaturates (turns greyscale) parts of the image that match the selected color.</p>
<p>See also: <a href="keep_color.html">Keep Color</a>, <a href="saturate.html">Saturate</a>, <a href="desaturate.html">Desaturate</a>, <a href="darken.html">Darken</a>, <a href="lighten.html">Lighten</a>, <a href="tint.html">Tint</a>, &amp; <a href="remove_color.html">Remove Color</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p>
</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: Saturate</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: Saturate</h1>
<h2 align="center">Group: Color Filters</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This increases the saturation of colors wherever you drag the mouse.</p>
<p>See also: <a href="desaturate.html">Desaturate</a>, <a href="darken.html">Darken</a>, <a href="lighten.html">Lighten</a>, <a href="tint.html">Tint</a>, <a href="remove_color.html">Remove Color</a>, &amp; <a href="keep_color.html">Keep Color</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p>
</body></html>

View file

@ -36,9 +36,13 @@ Color Filters
* Color Sep. * Color Sep.
* Color Shift * Color Shift
* Darken * Darken
* Desaturate
* Keep Color
* Lighten * Lighten
* Negative * Negative
* Opposite * Opposite
* Remove Color
* Saturate
* Tint * Tint
* Xor Colors * Xor Colors

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Keep Color
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This completely desaturates (turns greyscale) any parts of the image that
do not match the selected color.
See also: Remove Color, Saturate, Desaturate, Darken, Lighten, Tint, &
Remove Color.
----------------------------------------------------------------------
Tux Paint 0.9.29

View file

@ -7,7 +7,7 @@
This fades the colors wherever you drag the mouse. (Do it to the same spot This fades the colors wherever you drag the mouse. (Do it to the same spot
many times, and it will eventually become white.) many times, and it will eventually become white.)
See also: Darken & Tint. See also: Darken, Tint, Saturate, & Desaturate.
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Remove Color
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This completely desaturates (turns greyscale) parts of the image that
match the selected color.
See also: Keep Color, Saturate, Desaturate, Darken, Lighten, Tint, &
Remove Color.
----------------------------------------------------------------------
Tux Paint 0.9.29

View file

@ -0,0 +1,13 @@
Tux Paint "Magic" Tool: Saturate
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This increases the saturation of colors wherever you drag the mouse.
See also: Desaturate, Darken, Lighten, Tint, Remove Color, & Keep Color.
----------------------------------------------------------------------
Tux Paint 0.9.29

View file

@ -4,10 +4,10 @@
Author: Bill Kendrick <bill@newbreedsoftware.com> Author: Bill Kendrick <bill@newbreedsoftware.com>
This dakrens the colors wherever you drag the mouse. (Do it to the same This darkens the colors wherever you drag the mouse. (Do it to the same
spot many times, and it will eventually become black.) spot many times, and it will eventually become black.)
See also: Éclaircir & Tint. See also: Éclaircir, Tint, Saturate, & Desaturate.
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Desaturate
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This desaturates the colors wherever you drag the mouse. (Do it to the
same spot many times, and it will eventually become greyscale.)
See also: Saturate, Assombrir, Éclaircir, Tint, Remove Color, & Keep
Color.
----------------------------------------------------------------------
Tux Paint 0.9.29

View file

@ -7,8 +7,8 @@
<h2 align="center">Group: Color Filters</h2> <h2 align="center">Group: Color Filters</h2>
<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 dakrens the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become black.)</p> <p>This darkens the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become black.)</p>
<p>See also: <a href="lighten.html">Éclaircir</a> &amp; <a href="tint.html">Tint</a>.</p> <p>See also: <a href="lighten.html">Éclaircir</a>, <a href="tint.html">Tint</a>, <a href="saturate.html">Saturate</a>, &amp; <a href="desaturate.html">Desaturate</a>.</p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p> <p align="center">Tux Paint 0.9.29</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: Desaturate</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: Desaturate</h1>
<h2 align="center">Group: Color Filters</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This desaturates the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become greyscale.)</p>
<p>See also: <a href="saturate.html">Saturate</a>, <a href="darken.html">Assombrir</a>, <a href="lighten.html">Éclaircir</a>, <a href="tint.html">Tint</a>, <a href="remove_color.html">Remove Color</a>, &amp; <a href="keep_color.html">Keep Color</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p>
</body></html>

View file

@ -40,9 +40,13 @@
<li><a href="color_and_white.html">Color and White</a></li> <li><a href="color_and_white.html">Color and White</a></li>
<li><a href="colorsep.html">Color Sep.</a></li> <li><a href="colorsep.html">Color Sep.</a></li>
<li><a href="color_shift.html">Color Shift</a></li> <li><a href="color_shift.html">Color Shift</a></li>
<li><a href="desaturate.html">Desaturate</a></li>
<li><a href="lighten.html">Éclaircir</a></li> <li><a href="lighten.html">Éclaircir</a></li>
<li><a href="keep_color.html">Keep Color</a></li>
<li><a href="negative.html">Negative</a></li> <li><a href="negative.html">Negative</a></li>
<li><a href="opposite.html">Opposite</a></li> <li><a href="opposite.html">Opposite</a></li>
<li><a href="remove_color.html">Remove Color</a></li>
<li><a href="saturate.html">Saturate</a></li>
<li><a href="tint.html">Tint</a></li> <li><a href="tint.html">Tint</a></li>
<li><a href="xor_colors.html">Xor Colors</a></li> <li><a href="xor_colors.html">Xor Colors</a></li>
</ul> </ul>

View file

@ -0,0 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Keep Color</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: Keep Color</h1>
<h2 align="center">Group: Color Filters</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This completely desaturates (turns greyscale) any parts of the image that do not match the selected color.</p>
<p>See also: <a href="remove_color.html">Remove Color</a>, <a href="saturate.html">Saturate</a>, <a href="desaturate.html">Desaturate</a>, <a href="darken.html">Assombrir</a>, <a href="lighten.html">Éclaircir</a>, <a href="tint.html">Tint</a>, &amp; <a href="remove_color.html">Remove Color</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</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 fades the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become white.)</p> <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>See also: <a href="darken.html">Assombrir</a> &amp; <a href="tint.html">Tint</a>.</p> <p>See also: <a href="darken.html">Assombrir</a>, <a href="tint.html">Tint</a>, <a href="saturate.html">Saturate</a>, &amp; <a href="desaturate.html">Desaturate</a>.</p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p> <p align="center">Tux Paint 0.9.29</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: Remove Color</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: Remove Color</h1>
<h2 align="center">Group: Color Filters</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This completely desaturates (turns greyscale) parts of the image that match the selected color.</p>
<p>See also: <a href="keep_color.html">Keep Color</a>, <a href="saturate.html">Saturate</a>, <a href="desaturate.html">Desaturate</a>, <a href="darken.html">Assombrir</a>, <a href="lighten.html">Éclaircir</a>, <a href="tint.html">Tint</a>, &amp; <a href="remove_color.html">Remove Color</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p>
</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: Saturate</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: Saturate</h1>
<h2 align="center">Group: Color Filters</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This increases the saturation of colors wherever you drag the mouse.</p>
<p>See also: <a href="desaturate.html">Desaturate</a>, <a href="darken.html">Assombrir</a>, <a href="lighten.html">Éclaircir</a>, <a href="tint.html">Tint</a>, <a href="remove_color.html">Remove Color</a>, &amp; <a href="keep_color.html">Keep Color</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p>
</body></html>

View file

@ -36,9 +36,13 @@ Color Filters
* Color and White * Color and White
* Color Sep. * Color Sep.
* Color Shift * Color Shift
* Desaturate
* Éclaircir * Éclaircir
* Keep Color
* Negative * Negative
* Opposite * Opposite
* Remove Color
* Saturate
* Tint * Tint
* Xor Colors * Xor Colors

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Keep Color
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This completely desaturates (turns greyscale) any parts of the image that
do not match the selected color.
See also: Remove Color, Saturate, Desaturate, Assombrir, Éclaircir, Tint,
& Remove Color.
----------------------------------------------------------------------
Tux Paint 0.9.29

View file

@ -7,7 +7,7 @@
This fades the colors wherever you drag the mouse. (Do it to the same spot This fades the colors wherever you drag the mouse. (Do it to the same spot
many times, and it will eventually become white.) many times, and it will eventually become white.)
See also: Assombrir & Tint. See also: Assombrir, Tint, Saturate, & Desaturate.
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Remove Color
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This completely desaturates (turns greyscale) parts of the image that
match the selected color.
See also: Keep Color, Saturate, Desaturate, Assombrir, Éclaircir, Tint, &
Remove Color.
----------------------------------------------------------------------
Tux Paint 0.9.29

View file

@ -0,0 +1,14 @@
Tux Paint "Magic" Tool: Saturate
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This increases the saturation of colors wherever you drag the mouse.
See also: Desaturate, Assombrir, Éclaircir, Tint, Remove Color, & Keep
Color.
----------------------------------------------------------------------
Tux Paint 0.9.29

View file

@ -4,10 +4,10 @@
Author: Bill Kendrick <bill@newbreedsoftware.com> Author: Bill Kendrick <bill@newbreedsoftware.com>
This dakrens the colors wherever you drag the mouse. (Do it to the same This darkens the colors wherever you drag the mouse. (Do it to the same
spot many times, and it will eventually become black.) spot many times, and it will eventually become black.)
See also: Lighten & Tint. See also: Lighten, Tint, Saturate, & Desaturate.
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -0,0 +1,14 @@
Tux Paint "Magic" Tool: Desaturate
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This desaturates the colors wherever you drag the mouse. (Do it to the
same spot many times, and it will eventually become greyscale.)
See also: Saturate, Darken, Lighten, Tint, Remove Color, & Keep Color.
----------------------------------------------------------------------
Tux Paint 0.9.29

View file

@ -7,8 +7,8 @@
<h2 align="center">Group: Color Filters</h2> <h2 align="center">Group: Color Filters</h2>
<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 dakrens the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become black.)</p> <p>This darkens the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become black.)</p>
<p>See also: <a href="lighten.html">Lighten</a> &amp; <a href="tint.html">Tint</a>.</p> <p>See also: <a href="lighten.html">Lighten</a>, <a href="tint.html">Tint</a>, <a href="saturate.html">Saturate</a>, &amp; <a href="desaturate.html">Desaturate</a>.</p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p> <p align="center">Tux Paint 0.9.29</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: Desaturate</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: Desaturate</h1>
<h2 align="center">Group: Color Filters</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This desaturates the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become greyscale.)</p>
<p>See also: <a href="saturate.html">Saturate</a>, <a href="darken.html">Darken</a>, <a href="lighten.html">Lighten</a>, <a href="tint.html">Tint</a>, <a href="remove_color.html">Remove Color</a>, &amp; <a href="keep_color.html">Keep Color</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p>
</body></html>

View file

@ -40,9 +40,13 @@
<li><a href="colorsep.html">Color Sep.</a></li> <li><a href="colorsep.html">Color Sep.</a></li>
<li><a href="color_shift.html">Color Shift</a></li> <li><a href="color_shift.html">Color Shift</a></li>
<li><a href="darken.html">Darken</a></li> <li><a href="darken.html">Darken</a></li>
<li><a href="desaturate.html">Desaturate</a></li>
<li><a href="keep_color.html">Keep Color</a></li>
<li><a href="lighten.html">Lighten</a></li> <li><a href="lighten.html">Lighten</a></li>
<li><a href="negative.html">Negative</a></li> <li><a href="negative.html">Negative</a></li>
<li><a href="opposite.html">Opposite</a></li> <li><a href="opposite.html">Opposite</a></li>
<li><a href="remove_color.html">Remove Color</a></li>
<li><a href="saturate.html">Saturate</a></li>
<li><a href="tint.html">Tint</a></li> <li><a href="tint.html">Tint</a></li>
<li><a href="xor_colors.html">Xor Colors</a></li> <li><a href="xor_colors.html">Xor Colors</a></li>
</ul> </ul>

View file

@ -0,0 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Keep Color</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: Keep Color</h1>
<h2 align="center">Group: Color Filters</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This completely desaturates (turns greyscale) any parts of the image that do not match the selected color.</p>
<p>See also: <a href="remove_color.html">Remove Color</a>, <a href="saturate.html">Saturate</a>, <a href="desaturate.html">Desaturate</a>, <a href="darken.html">Darken</a>, <a href="lighten.html">Lighten</a>, <a href="tint.html">Tint</a>, &amp; <a href="remove_color.html">Remove Color</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</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 fades the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become white.)</p> <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>See also: <a href="darken.html">Darken</a> &amp; <a href="tint.html">Tint</a>.</p> <p>See also: <a href="darken.html">Darken</a>, <a href="tint.html">Tint</a>, <a href="saturate.html">Saturate</a>, &amp; <a href="desaturate.html">Desaturate</a>.</p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p> <p align="center">Tux Paint 0.9.29</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: Remove Color</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: Remove Color</h1>
<h2 align="center">Group: Color Filters</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This completely desaturates (turns greyscale) parts of the image that match the selected color.</p>
<p>See also: <a href="keep_color.html">Keep Color</a>, <a href="saturate.html">Saturate</a>, <a href="desaturate.html">Desaturate</a>, <a href="darken.html">Darken</a>, <a href="lighten.html">Lighten</a>, <a href="tint.html">Tint</a>, &amp; <a href="remove_color.html">Remove Color</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p>
</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: Saturate</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: Saturate</h1>
<h2 align="center">Group: Color Filters</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This increases the saturation of colors wherever you drag the mouse.</p>
<p>See also: <a href="desaturate.html">Desaturate</a>, <a href="darken.html">Darken</a>, <a href="lighten.html">Lighten</a>, <a href="tint.html">Tint</a>, <a href="remove_color.html">Remove Color</a>, &amp; <a href="keep_color.html">Keep Color</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p>
</body></html>

View file

@ -36,9 +36,13 @@ Color Filters
* Color Sep. * Color Sep.
* Color Shift * Color Shift
* Darken * Darken
* Desaturate
* Keep Color
* Lighten * Lighten
* Negative * Negative
* Opposite * Opposite
* Remove Color
* Saturate
* Tint * Tint
* Xor Colors * Xor Colors

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Keep Color
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This completely desaturates (turns greyscale) any parts of the image that
do not match the selected color.
See also: Remove Color, Saturate, Desaturate, Darken, Lighten, Tint, &
Remove Color.
----------------------------------------------------------------------
Tux Paint 0.9.29

View file

@ -7,7 +7,7 @@
This fades the colors wherever you drag the mouse. (Do it to the same spot This fades the colors wherever you drag the mouse. (Do it to the same spot
many times, and it will eventually become white.) many times, and it will eventually become white.)
See also: Darken & Tint. See also: Darken, Tint, Saturate, & Desaturate.
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Remove Color
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This completely desaturates (turns greyscale) parts of the image that
match the selected color.
See also: Keep Color, Saturate, Desaturate, Darken, Lighten, Tint, &
Remove Color.
----------------------------------------------------------------------
Tux Paint 0.9.29

View file

@ -0,0 +1,13 @@
Tux Paint "Magic" Tool: Saturate
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This increases the saturation of colors wherever you drag the mouse.
See also: Desaturate, Darken, Lighten, Tint, Remove Color, & Keep Color.
----------------------------------------------------------------------
Tux Paint 0.9.29

View file

@ -4,10 +4,10 @@
Author: Bill Kendrick <bill@newbreedsoftware.com> Author: Bill Kendrick <bill@newbreedsoftware.com>
This dakrens the colors wherever you drag the mouse. (Do it to the same This darkens the colors wherever you drag the mouse. (Do it to the same
spot many times, and it will eventually become black.) spot many times, and it will eventually become black.)
See also: Lighten & Tint. See also: Lighten, Tint, Saturate, & Desaturate.
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -0,0 +1,14 @@
Tux Paint "Magic" Tool: Desaturate
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This desaturates the colors wherever you drag the mouse. (Do it to the
same spot many times, and it will eventually become greyscale.)
See also: Saturate, Darken, Lighten, Tint, Remove Color, & Keep Color.
----------------------------------------------------------------------
Tux Paint 0.9.29

View file

@ -7,8 +7,8 @@
<h2 align="center">Group: Color Filters</h2> <h2 align="center">Group: Color Filters</h2>
<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 dakrens the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become black.)</p> <p>This darkens the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become black.)</p>
<p>See also: <a href="lighten.html">Lighten</a> &amp; <a href="tint.html">Tint</a>.</p> <p>See also: <a href="lighten.html">Lighten</a>, <a href="tint.html">Tint</a>, <a href="saturate.html">Saturate</a>, &amp; <a href="desaturate.html">Desaturate</a>.</p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p> <p align="center">Tux Paint 0.9.29</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: Desaturate</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: Desaturate</h1>
<h2 align="center">Group: Color Filters</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This desaturates the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become greyscale.)</p>
<p>See also: <a href="saturate.html">Saturate</a>, <a href="darken.html">Darken</a>, <a href="lighten.html">Lighten</a>, <a href="tint.html">Tint</a>, <a href="remove_color.html">Remove Color</a>, &amp; <a href="keep_color.html">Keep Color</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p>
</body></html>

View file

@ -40,9 +40,13 @@
<li><a href="color_shift.html">Color Shift</a></li> <li><a href="color_shift.html">Color Shift</a></li>
<li><a href="color_and_white.html">Color and White</a></li> <li><a href="color_and_white.html">Color and White</a></li>
<li><a href="darken.html">Darken</a></li> <li><a href="darken.html">Darken</a></li>
<li><a href="desaturate.html">Desaturate</a></li>
<li><a href="keep_color.html">Keep Color</a></li>
<li><a href="lighten.html">Lighten</a></li> <li><a href="lighten.html">Lighten</a></li>
<li><a href="negative.html">Negative</a></li> <li><a href="negative.html">Negative</a></li>
<li><a href="opposite.html">Opposite</a></li> <li><a href="opposite.html">Opposite</a></li>
<li><a href="remove_color.html">Remove Color</a></li>
<li><a href="saturate.html">Saturate</a></li>
<li><a href="tint.html">Tint</a></li> <li><a href="tint.html">Tint</a></li>
<li><a href="xor_colors.html">Xor Colors</a></li> <li><a href="xor_colors.html">Xor Colors</a></li>
</ul> </ul>

View file

@ -0,0 +1,14 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Keep Color</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: Keep Color</h1>
<h2 align="center">Group: Color Filters</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This completely desaturates (turns greyscale) any parts of the image that do not match the selected color.</p>
<p>See also: <a href="remove_color.html">Remove Color</a>, <a href="saturate.html">Saturate</a>, <a href="desaturate.html">Desaturate</a>, <a href="darken.html">Darken</a>, <a href="lighten.html">Lighten</a>, <a href="tint.html">Tint</a>, &amp; <a href="remove_color.html">Remove Color</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</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 fades the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become white.)</p> <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>See also: <a href="darken.html">Darken</a> &amp; <a href="tint.html">Tint</a>.</p> <p>See also: <a href="darken.html">Darken</a>, <a href="tint.html">Tint</a>, <a href="saturate.html">Saturate</a>, &amp; <a href="desaturate.html">Desaturate</a>.</p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p> <p align="center">Tux Paint 0.9.29</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: Remove Color</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: Remove Color</h1>
<h2 align="center">Group: Color Filters</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This completely desaturates (turns greyscale) parts of the image that match the selected color.</p>
<p>See also: <a href="keep_color.html">Keep Color</a>, <a href="saturate.html">Saturate</a>, <a href="desaturate.html">Desaturate</a>, <a href="darken.html">Darken</a>, <a href="lighten.html">Lighten</a>, <a href="tint.html">Tint</a>, &amp; <a href="remove_color.html">Remove Color</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p>
</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: Saturate</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: Saturate</h1>
<h2 align="center">Group: Color Filters</h2>
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This increases the saturation of colors wherever you drag the mouse.</p>
<p>See also: <a href="desaturate.html">Desaturate</a>, <a href="darken.html">Darken</a>, <a href="lighten.html">Lighten</a>, <a href="tint.html">Tint</a>, <a href="remove_color.html">Remove Color</a>, &amp; <a href="keep_color.html">Keep Color</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p>
</body></html>

View file

@ -36,9 +36,13 @@ Color Filters
* Color Shift * Color Shift
* Color and White * Color and White
* Darken * Darken
* Desaturate
* Keep Color
* Lighten * Lighten
* Negative * Negative
* Opposite * Opposite
* Remove Color
* Saturate
* Tint * Tint
* Xor Colors * Xor Colors

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Keep Color
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This completely desaturates (turns greyscale) any parts of the image that
do not match the selected color.
See also: Remove Color, Saturate, Desaturate, Darken, Lighten, Tint, &
Remove Color.
----------------------------------------------------------------------
Tux Paint 0.9.29

View file

@ -7,7 +7,7 @@
This fades the colors wherever you drag the mouse. (Do it to the same spot This fades the colors wherever you drag the mouse. (Do it to the same spot
many times, and it will eventually become white.) many times, and it will eventually become white.)
See also: Darken & Tint. See also: Darken, Tint, Saturate, & Desaturate.
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Remove Color
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This completely desaturates (turns greyscale) parts of the image that
match the selected color.
See also: Keep Color, Saturate, Desaturate, Darken, Lighten, Tint, &
Remove Color.
----------------------------------------------------------------------
Tux Paint 0.9.29

View file

@ -0,0 +1,13 @@
Tux Paint "Magic" Tool: Saturate
Group: Color Filters
Author: Bill Kendrick <bill@newbreedsoftware.com>
This increases the saturation of colors wherever you drag the mouse.
See also: Desaturate, Darken, Lighten, Tint, Remove Color, & Keep Color.
----------------------------------------------------------------------
Tux Paint 0.9.29