[Pixelle-commit] SF.net SVN: pixelle: [79] trunk/pixelle/htdocs/index.html
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-06-25 05:11:18
|
Revision: 79
http://pixelle.svn.sourceforge.net/pixelle/?rev=79&view=rev
Author: dbrosius
Date: 2008-06-24 22:11:27 -0700 (Tue, 24 Jun 2008)
Log Message:
-----------
fix doc
Modified Paths:
--------------
trunk/pixelle/htdocs/index.html
Modified: trunk/pixelle/htdocs/index.html
===================================================================
--- trunk/pixelle/htdocs/index.html 2008-06-25 05:09:58 UTC (rev 78)
+++ trunk/pixelle/htdocs/index.html 2008-06-25 05:11:27 UTC (rev 79)
@@ -34,7 +34,7 @@
An example would be p[x,y].r = <b>(x + y) == 100 ? 255 : p[x,y].r</b>
This sets all red pixels to the same value as the input, except those pixels
- that form a diagonal line where x + y == 100, and those pixes are converted to black.
+ that form a diagonal line where x + y == 100, and those pixes are converted to white.
Another example would be p[x,y].r = <b>p[x,y].g</b>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|