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.
IndexProgramming Questions & HelpSyntax Questions › updatePixels() documentation
Page Index Toggle Pages: 1
updatePixels() documentation (Read 488 times)
updatePixels() documentation
May 7th, 2008, 5:42pm
 
Hi Guys,

I found this documentation about the updatePixels() function from another site dated, Updated: Fri Jul 15 16:36:17 PDT 2005

Syntax

updatePixels()
updatePixels(x1, y1, width, height)

now the documentation is

Syntax
updatePixels()

Updated on February 09, 2008 04:38:52pm PST

the example given uses (x1, y1, width, height) - might have gotten lost in the mix...

thanks for the hard work...
Jon



Re: updatePixels() documentation
Reply #1 - May 28th, 2008, 2:39pm
 
only updatePixels() (no parameters) works. the x/y/w/h parameters are ignored (or unavailable).
Page Index Toggle Pages: 1