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 › Processing in Eclipse article minor issue
Page Index Toggle Pages: 1
Processing in Eclipse article minor issue (Read 1166 times)
Processing in Eclipse article minor issue
Feb 3rd, 2009, 7:11pm
 
The bottom talks about the color/int thing.

After just getting done talking about how you have to pass in the parent, it would seem a better example would be:

int pink = parent.color(255,200,200);

(vs int pink = color(255,200,200)Wink
Re: Processing in Eclipse article minor issue
Reply #1 - Feb 28th, 2009, 10:44pm
 
Thanks for this suggestion, I've added a note to the tutorial!
Page Index Toggle Pages: 1