Update docs re: Double Vision magic

This commit is contained in:
Bill Kendrick 2023-03-22 00:20:27 -07:00
parent 9b9fc9c845
commit 0c56ee5137
62 changed files with 213 additions and 69 deletions

View file

@ -8,7 +8,7 @@
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This tool horizontally separates your entire picture's red and cyan color channels, letting you create anaglyphic pictures that can be viewed with 3D glasses.</p>
<p>See also: <a href="colorsep.html">Color Sep.</a>.</p>
<p>See also: <a href="colorsep.html">Color Sep.</a> &amp; <a href="doublevision.html">Double Vision</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:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h3>
<p>This tool separates one color out of your entire picture, shifting colors away from each other (similar to '3D Glasses', but you may choose the any color to separate, and may move in any direction).</p>
<p>See also: <a href="3dglasses.html">3D Glasses</a>.</p>
<p>See also: <a href="3dglasses.html">3D Glasses</a> &amp; <a href="doublevision.html">Double Vision</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: Double Vision</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: Double Vision</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 blends the image with itself, to simulate double vision.</p>
<p>See also: <a href="3dglasses.html">3D Glasses</a> &amp; <a href="doublevision.html">Double Vision</a>.</p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.29</p>
</body></html>

View file

@ -41,6 +41,7 @@
<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="doublevision.html">Double Vision</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>