[Pixelle-commit] SF.net SVN: pixelle: [124] trunk/pixelle/htdocs/index.html
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-06-29 05:25:43
|
Revision: 124
http://pixelle.svn.sourceforge.net/pixelle/?rev=124&view=rev
Author: dbrosius
Date: 2008-06-28 22:25:52 -0700 (Sat, 28 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-29 05:17:24 UTC (rev 123)
+++ trunk/pixelle/htdocs/index.html 2008-06-29 05:25:52 UTC (rev 124)
@@ -110,7 +110,7 @@
Sets the selection to any pixels where the red component equals either
the green or blue component.
- p[x,y].b = <b>(p[x,y].s || (p[x,y].r < p[x,y].g) ? 0 : 255
+ p[x,y].b = <b>(p[x,y].s || (p[x,y].r < p[x,y].g) ? 0 : 255</b>
Sets the blue pixel to full blue if the pixel is selected or if the red component
is less than the green component, or else it sets it to black.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|