Sync'ing DOCs for new Magic tools (Saturate, etc.)
This commit is contained in:
parent
06aa682667
commit
558cbf34ce
70 changed files with 637 additions and 30 deletions
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
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.)
|
||||
|
||||
See also: Lighten & Tint.
|
||||
See also: Lighten, Tint, Saturate, & Desaturate.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
14
magic/magic-docs/en/desaturate.txt
Normal file
14
magic/magic-docs/en/desaturate.txt
Normal 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
|
||||
|
|
@ -7,8 +7,8 @@
|
|||
<h2 align="center">Group: Color Filters</h2>
|
||||
<h3 align="center">Author:
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>See also: <a href="lighten.html">Lighten</a> & <a href="tint.html">Tint</a>.</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>, <a href="tint.html">Tint</a>, <a href="saturate.html">Saturate</a>, & <a href="desaturate.html">Desaturate</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
14
magic/magic-docs/en/html/desaturate.html
Normal file
14
magic/magic-docs/en/html/desaturate.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>, & <a href="keep_color.html">Keep Color</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
|
|
@ -40,9 +40,13 @@
|
|||
<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="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="negative.html">Negative</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="xor_colors.html">Xor Colors</a></li>
|
||||
</ul>
|
||||
|
|
|
|||
14
magic/magic-docs/en/html/keep_color.html
Normal file
14
magic/magic-docs/en/html/keep_color.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>, & <a href="remove_color.html">Remove Color</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
<h3 align="center">Author:
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>See also: <a href="darken.html">Darken</a> & <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>, & <a href="desaturate.html">Desaturate</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
14
magic/magic-docs/en/html/remove_color.html
Normal file
14
magic/magic-docs/en/html/remove_color.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>, & <a href="remove_color.html">Remove Color</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
14
magic/magic-docs/en/html/saturate.html
Normal file
14
magic/magic-docs/en/html/saturate.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>, & <a href="keep_color.html">Keep Color</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
|
|
@ -36,9 +36,13 @@ Color Filters
|
|||
* Color Shift
|
||||
* Color and White
|
||||
* Darken
|
||||
* Desaturate
|
||||
* Keep Color
|
||||
* Lighten
|
||||
* Negative
|
||||
* Opposite
|
||||
* Remove Color
|
||||
* Saturate
|
||||
* Tint
|
||||
* Xor Colors
|
||||
|
||||
|
|
|
|||
15
magic/magic-docs/en/keep_color.txt
Normal file
15
magic/magic-docs/en/keep_color.txt
Normal 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
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
This fades the colors wherever you drag the mouse. (Do it to the same spot
|
||||
many times, and it will eventually become white.)
|
||||
|
||||
See also: Darken & Tint.
|
||||
See also: Darken, Tint, Saturate, & Desaturate.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
15
magic/magic-docs/en/remove_color.txt
Normal file
15
magic/magic-docs/en/remove_color.txt
Normal 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
|
||||
13
magic/magic-docs/en/saturate.txt
Normal file
13
magic/magic-docs/en/saturate.txt
Normal 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
|
||||
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
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.)
|
||||
|
||||
See also: Lighten & Tint.
|
||||
See also: Lighten, Tint, Saturate, & Desaturate.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
14
magic/magic-docs/es_ES.UTF-8/desaturate.txt
Normal file
14
magic/magic-docs/es_ES.UTF-8/desaturate.txt
Normal 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
|
||||
|
|
@ -7,8 +7,8 @@
|
|||
<h2 align="center">Group: Color Filters</h2>
|
||||
<h3 align="center">Author:
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>See also: <a href="lighten.html">Lighten</a> & <a href="tint.html">Tint</a>.</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>, <a href="tint.html">Tint</a>, <a href="saturate.html">Saturate</a>, & <a href="desaturate.html">Desaturate</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
14
magic/magic-docs/es_ES.UTF-8/html/desaturate.html
Normal file
14
magic/magic-docs/es_ES.UTF-8/html/desaturate.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>, & <a href="keep_color.html">Keep Color</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
|
|
@ -40,9 +40,13 @@
|
|||
<li><a href="colorsep.html">Color Sep.</a></li>
|
||||
<li><a href="color_shift.html">Color Shift</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="negative.html">Negative</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="xor_colors.html">Xor Colors</a></li>
|
||||
</ul>
|
||||
|
|
|
|||
14
magic/magic-docs/es_ES.UTF-8/html/keep_color.html
Normal file
14
magic/magic-docs/es_ES.UTF-8/html/keep_color.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>, & <a href="remove_color.html">Remove Color</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
<h3 align="center">Author:
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>See also: <a href="darken.html">Darken</a> & <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>, & <a href="desaturate.html">Desaturate</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
14
magic/magic-docs/es_ES.UTF-8/html/remove_color.html
Normal file
14
magic/magic-docs/es_ES.UTF-8/html/remove_color.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>, & <a href="remove_color.html">Remove Color</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
14
magic/magic-docs/es_ES.UTF-8/html/saturate.html
Normal file
14
magic/magic-docs/es_ES.UTF-8/html/saturate.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>, & <a href="keep_color.html">Keep Color</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
|
|
@ -36,9 +36,13 @@ Color Filters
|
|||
* Color Sep.
|
||||
* Color Shift
|
||||
* Darken
|
||||
* Desaturate
|
||||
* Keep Color
|
||||
* Lighten
|
||||
* Negative
|
||||
* Opposite
|
||||
* Remove Color
|
||||
* Saturate
|
||||
* Tint
|
||||
* Xor Colors
|
||||
|
||||
|
|
|
|||
15
magic/magic-docs/es_ES.UTF-8/keep_color.txt
Normal file
15
magic/magic-docs/es_ES.UTF-8/keep_color.txt
Normal 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
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
This fades the colors wherever you drag the mouse. (Do it to the same spot
|
||||
many times, and it will eventually become white.)
|
||||
|
||||
See also: Darken & Tint.
|
||||
See also: Darken, Tint, Saturate, & Desaturate.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
15
magic/magic-docs/es_ES.UTF-8/remove_color.txt
Normal file
15
magic/magic-docs/es_ES.UTF-8/remove_color.txt
Normal 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
|
||||
13
magic/magic-docs/es_ES.UTF-8/saturate.txt
Normal file
13
magic/magic-docs/es_ES.UTF-8/saturate.txt
Normal 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
|
||||
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
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.)
|
||||
|
||||
See also: Éclaircir & Tint.
|
||||
See also: Éclaircir, Tint, Saturate, & Desaturate.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
15
magic/magic-docs/fr_FR.UTF-8/desaturate.txt
Normal file
15
magic/magic-docs/fr_FR.UTF-8/desaturate.txt
Normal 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
|
||||
|
|
@ -7,8 +7,8 @@
|
|||
<h2 align="center">Group: Color Filters</h2>
|
||||
<h3 align="center">Author:
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>See also: <a href="lighten.html">Éclaircir</a> & <a href="tint.html">Tint</a>.</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>, <a href="tint.html">Tint</a>, <a href="saturate.html">Saturate</a>, & <a href="desaturate.html">Desaturate</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
14
magic/magic-docs/fr_FR.UTF-8/html/desaturate.html
Normal file
14
magic/magic-docs/fr_FR.UTF-8/html/desaturate.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>, & <a href="keep_color.html">Keep Color</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
|
|
@ -40,9 +40,13 @@
|
|||
<li><a href="color_and_white.html">Color and White</a></li>
|
||||
<li><a href="colorsep.html">Color Sep.</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="keep_color.html">Keep Color</a></li>
|
||||
<li><a href="negative.html">Negative</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="xor_colors.html">Xor Colors</a></li>
|
||||
</ul>
|
||||
|
|
|
|||
14
magic/magic-docs/fr_FR.UTF-8/html/keep_color.html
Normal file
14
magic/magic-docs/fr_FR.UTF-8/html/keep_color.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>, & <a href="remove_color.html">Remove Color</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
<h3 align="center">Author:
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>See also: <a href="darken.html">Assombrir</a> & <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>, & <a href="desaturate.html">Desaturate</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
14
magic/magic-docs/fr_FR.UTF-8/html/remove_color.html
Normal file
14
magic/magic-docs/fr_FR.UTF-8/html/remove_color.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>, & <a href="remove_color.html">Remove Color</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
14
magic/magic-docs/fr_FR.UTF-8/html/saturate.html
Normal file
14
magic/magic-docs/fr_FR.UTF-8/html/saturate.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>, & <a href="keep_color.html">Keep Color</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
|
|
@ -36,9 +36,13 @@ Color Filters
|
|||
* Color and White
|
||||
* Color Sep.
|
||||
* Color Shift
|
||||
* Desaturate
|
||||
* Éclaircir
|
||||
* Keep Color
|
||||
* Negative
|
||||
* Opposite
|
||||
* Remove Color
|
||||
* Saturate
|
||||
* Tint
|
||||
* Xor Colors
|
||||
|
||||
|
|
|
|||
15
magic/magic-docs/fr_FR.UTF-8/keep_color.txt
Normal file
15
magic/magic-docs/fr_FR.UTF-8/keep_color.txt
Normal 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
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
This fades the colors wherever you drag the mouse. (Do it to the same spot
|
||||
many times, and it will eventually become white.)
|
||||
|
||||
See also: Assombrir & Tint.
|
||||
See also: Assombrir, Tint, Saturate, & Desaturate.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
15
magic/magic-docs/fr_FR.UTF-8/remove_color.txt
Normal file
15
magic/magic-docs/fr_FR.UTF-8/remove_color.txt
Normal 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
|
||||
14
magic/magic-docs/fr_FR.UTF-8/saturate.txt
Normal file
14
magic/magic-docs/fr_FR.UTF-8/saturate.txt
Normal 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
|
||||
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
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.)
|
||||
|
||||
See also: Lighten & Tint.
|
||||
See also: Lighten, Tint, Saturate, & Desaturate.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
14
magic/magic-docs/gl_ES.UTF-8/desaturate.txt
Normal file
14
magic/magic-docs/gl_ES.UTF-8/desaturate.txt
Normal 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
|
||||
|
|
@ -7,8 +7,8 @@
|
|||
<h2 align="center">Group: Color Filters</h2>
|
||||
<h3 align="center">Author:
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>See also: <a href="lighten.html">Lighten</a> & <a href="tint.html">Tint</a>.</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>, <a href="tint.html">Tint</a>, <a href="saturate.html">Saturate</a>, & <a href="desaturate.html">Desaturate</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
14
magic/magic-docs/gl_ES.UTF-8/html/desaturate.html
Normal file
14
magic/magic-docs/gl_ES.UTF-8/html/desaturate.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>, & <a href="keep_color.html">Keep Color</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
|
|
@ -40,9 +40,13 @@
|
|||
<li><a href="colorsep.html">Color Sep.</a></li>
|
||||
<li><a href="color_shift.html">Color Shift</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="negative.html">Negative</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="xor_colors.html">Xor Colors</a></li>
|
||||
</ul>
|
||||
|
|
|
|||
14
magic/magic-docs/gl_ES.UTF-8/html/keep_color.html
Normal file
14
magic/magic-docs/gl_ES.UTF-8/html/keep_color.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>, & <a href="remove_color.html">Remove Color</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
<h3 align="center">Author:
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>See also: <a href="darken.html">Darken</a> & <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>, & <a href="desaturate.html">Desaturate</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
14
magic/magic-docs/gl_ES.UTF-8/html/remove_color.html
Normal file
14
magic/magic-docs/gl_ES.UTF-8/html/remove_color.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>, & <a href="remove_color.html">Remove Color</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
14
magic/magic-docs/gl_ES.UTF-8/html/saturate.html
Normal file
14
magic/magic-docs/gl_ES.UTF-8/html/saturate.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>, & <a href="keep_color.html">Keep Color</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
|
|
@ -36,9 +36,13 @@ Color Filters
|
|||
* Color Sep.
|
||||
* Color Shift
|
||||
* Darken
|
||||
* Desaturate
|
||||
* Keep Color
|
||||
* Lighten
|
||||
* Negative
|
||||
* Opposite
|
||||
* Remove Color
|
||||
* Saturate
|
||||
* Tint
|
||||
* Xor Colors
|
||||
|
||||
|
|
|
|||
15
magic/magic-docs/gl_ES.UTF-8/keep_color.txt
Normal file
15
magic/magic-docs/gl_ES.UTF-8/keep_color.txt
Normal 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
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
This fades the colors wherever you drag the mouse. (Do it to the same spot
|
||||
many times, and it will eventually become white.)
|
||||
|
||||
See also: Darken & Tint.
|
||||
See also: Darken, Tint, Saturate, & Desaturate.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
15
magic/magic-docs/gl_ES.UTF-8/remove_color.txt
Normal file
15
magic/magic-docs/gl_ES.UTF-8/remove_color.txt
Normal 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
|
||||
13
magic/magic-docs/gl_ES.UTF-8/saturate.txt
Normal file
13
magic/magic-docs/gl_ES.UTF-8/saturate.txt
Normal 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
|
||||
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
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.)
|
||||
|
||||
See also: Lighten & Tint.
|
||||
See also: Lighten, Tint, Saturate, & Desaturate.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
14
magic/magic-docs/ja_JP.UTF-8/desaturate.txt
Normal file
14
magic/magic-docs/ja_JP.UTF-8/desaturate.txt
Normal 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
|
||||
|
|
@ -7,8 +7,8 @@
|
|||
<h2 align="center">Group: Color Filters</h2>
|
||||
<h3 align="center">Author:
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>See also: <a href="lighten.html">Lighten</a> & <a href="tint.html">Tint</a>.</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>, <a href="tint.html">Tint</a>, <a href="saturate.html">Saturate</a>, & <a href="desaturate.html">Desaturate</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
14
magic/magic-docs/ja_JP.UTF-8/html/desaturate.html
Normal file
14
magic/magic-docs/ja_JP.UTF-8/html/desaturate.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>, & <a href="keep_color.html">Keep Color</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
|
|
@ -40,9 +40,13 @@
|
|||
<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="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="negative.html">Negative</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="xor_colors.html">Xor Colors</a></li>
|
||||
</ul>
|
||||
|
|
|
|||
14
magic/magic-docs/ja_JP.UTF-8/html/keep_color.html
Normal file
14
magic/magic-docs/ja_JP.UTF-8/html/keep_color.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>, & <a href="remove_color.html">Remove Color</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
<h3 align="center">Author:
|
||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>See also: <a href="darken.html">Darken</a> & <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>, & <a href="desaturate.html">Desaturate</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
14
magic/magic-docs/ja_JP.UTF-8/html/remove_color.html
Normal file
14
magic/magic-docs/ja_JP.UTF-8/html/remove_color.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>, & <a href="remove_color.html">Remove Color</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
14
magic/magic-docs/ja_JP.UTF-8/html/saturate.html
Normal file
14
magic/magic-docs/ja_JP.UTF-8/html/saturate.html
Normal 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 <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></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>, & <a href="keep_color.html">Keep Color</a>.</p>
|
||||
<hr size="1" noshade />
|
||||
<p align="center">Tux Paint 0.9.29</p>
|
||||
</body></html>
|
||||
|
|
@ -36,9 +36,13 @@ Color Filters
|
|||
* Color Shift
|
||||
* Color and White
|
||||
* Darken
|
||||
* Desaturate
|
||||
* Keep Color
|
||||
* Lighten
|
||||
* Negative
|
||||
* Opposite
|
||||
* Remove Color
|
||||
* Saturate
|
||||
* Tint
|
||||
* Xor Colors
|
||||
|
||||
|
|
|
|||
15
magic/magic-docs/ja_JP.UTF-8/keep_color.txt
Normal file
15
magic/magic-docs/ja_JP.UTF-8/keep_color.txt
Normal 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
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
This fades the colors wherever you drag the mouse. (Do it to the same spot
|
||||
many times, and it will eventually become white.)
|
||||
|
||||
See also: Darken & Tint.
|
||||
See also: Darken, Tint, Saturate, & Desaturate.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
15
magic/magic-docs/ja_JP.UTF-8/remove_color.txt
Normal file
15
magic/magic-docs/ja_JP.UTF-8/remove_color.txt
Normal 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
|
||||
13
magic/magic-docs/ja_JP.UTF-8/saturate.txt
Normal file
13
magic/magic-docs/ja_JP.UTF-8/saturate.txt
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue