We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexSuggestions & BugsWebsite,  Documentation,  Book Bugs › pixels[] reference page contains error
Page Index Toggle Pages: 1
pixels[] reference page contains error (Read 940 times)
pixels[] reference page contains error
Sep 2nd, 2008, 1:19pm
 
Reference Page:
http://processing.org/reference/PImage_pixels.html

Code Example, Line 4, currently is:
for (int i=0; idimension; i+=2)
// Results in error: Cannot find anything named "idimension"

Code Example, Line 4, should be:
for (int i=0; i<dimension; i+=2)
Re: pixels[] reference page contains error
Reply #1 - Sep 3rd, 2008, 7:28am
 
It's fixed in the file. Will go online with the next update. Thank you.

Casey
Page Index Toggle Pages: 1