Language \ Environment \ Comparison
 
Index
 
  The Processing 1.0 _ALPHA_ Reference is a work in progress.
If you see any errors or have any comments, please write to: reas at groupc.net
Name  

noFill()

   
Examples  
rect(15, 10, 55, 55); 
noFill(); 
rect(30, 20, 55, 55); 
Description   Disables filling geometry. If both noStroke() and noFill() are called, nothing will be drawn to the screen.
   
Syntax  
noFill()
   
Returns   None
   
Usage   Web & Application
   
Related   fill()
   
© 2004 - 2001 Massachusetts Institute of Technology and Interaction Design Institute Ivrea
Processing is an open project initiated by Ben Fry and Casey Reas