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.
Page Index Toggle Pages: 1
pixel array?? (Read 346 times)
pixel array??
Apr 5th, 2006, 4:39pm
 
guys,

i know is stupid but i m not going anywhere without finding out what this is.

what is pixel array?? what does it do??

i kind of guess that it is to store the pixel colour info in the 2d array. but what is the good if we do not do that??

thanks for helping. Smiley

sooon
Re: pixel array??
Reply #1 - Apr 5th, 2006, 5:03pm
 
When you do normal drawing commands, behind the scenes processing fills the array with the correct colors, and this is what gets sent by Java to your video card, to show on the screen.

If you never want to look at it, and start to change things, they you don't have to. It's only there for if you want to get your hands dirty, and start messing with things at the pixel level.
Page Index Toggle Pages: 1