Added a little detail to hue modes. Asking Albert C. to finish (for Bug #1659503)

This commit is contained in:
William Kendrick 2007-05-06 16:14:47 +00:00
parent 57d345458b
commit febb6394dc
2 changed files with 18 additions and 10 deletions

View file

@ -8,7 +8,7 @@
bill@newbreedsoftware.com bill@newbreedsoftware.com
http://www.tuxpaint.org/ http://www.tuxpaint.org/
June 14, 2002 - April 26, 2007 June 14, 2002 - May 6, 2007
-------------------------------------------------------------------------- --------------------------------------------------------------------------
@ -376,16 +376,20 @@ Stamps
of the following lines to the stamp's data file: of the following lines to the stamp's data file:
"tinter=normal" (default) "tinter=normal" (default)
This is the normal tinting mode. This is the normal tinting mode. (Hue range is
+/- 18 degrees, 27 replace.)
"tinter=anyhue" "tinter=anyhue"
This is ???. This remaps all hues in the stamp. (Hue range is
+/- 180 degrees.)
"tinter=narrow" "tinter=narrow"
This is ???. This like 'anyhue', but a narrower hue angle. (Hue range
is +/- 6 degrees, 9 replace.)
"tinter=vector" "tinter=vector"
This is ???. This is map 'black through white' to 'black through
destination'.
Unalterable Stamps Unalterable Stamps

View file

@ -23,7 +23,7 @@ New Breed Software</p>
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br> <p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p> <a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
<p>June 14, 2002 - April 26, 2007</p> <p>June 14, 2002 - May 6, 2007</p>
</center> </center>
<hr size=2 noshade> <hr size=2 noshade>
@ -493,16 +493,20 @@ effect.</p>
<dl> <dl>
<dt>"<code><b>tinter=normal</b></code>" (default)</dt> <dt>"<code><b>tinter=normal</b></code>" (default)</dt>
<dd>This is the normal tinting mode.</dd> <dd>This is the normal tinting mode. (Hue range is
+/-&nbsp;18&nbsp;degrees, 27 replace.)</dd>
<dt>"<code><b>tinter=anyhue</b></code>"</dt> <dt>"<code><b>tinter=anyhue</b></code>"</dt>
<dd>This is ???.</dd> <dd>This remaps all hues in the stamp. (Hue range is
+/-&nbsp;180&nbsp;degrees.)</dd>
<dt>"<code><b>tinter=narrow</b></code>"</dt> <dt>"<code><b>tinter=narrow</b></code>"</dt>
<dd>This is ???.</dd> <dd>This like 'anyhue', but a narrower hue angle.
(Hue range is +/-&nbsp;6&nbsp;degrees, 9 replace.)</dd>
<dt>"<code><b>tinter=vector</b></code>"</dt> <dt>"<code><b>tinter=vector</b></code>"</dt>
<dd>This is ???.</dd> <dd>This is map 'black through white' to
'black through destination'.</dd>
</dl> </dl>
</blockquote> </blockquote>