FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Suggestions
   Software Suggestions
(Moderator: fry)
   background() alpha?
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: background() alpha?  (Read 228 times)
Jerronimo

WWW
background() alpha?
« on: Oct 19th, 2003, 4:20am »

How about adding an alpha onto the background call, now that it needs to be called from loop()?
 
I'm thinking it should have the same parameters as "fill", since the new "background" command can be achieved with:
 
fill( X );
rect( 0, 0, width, height );
fill( whateverItWasBefore );
 
am i on crack?
« Last Edit: Oct 19th, 2003, 4:22am by Jerronimo »  
Pages: 1 

« Previous topic | Next topic »