topical media & game development

talk show tell print

graphic-processing-learning-01-example-1-1-example-1-1.pde / pde



  // Learning Processing
  // Daniel Shiffman
  // http://www.learningprocessing.com
  
  // Example 1-1: stroke and fill
  size(200,200);
  background(255);
  stroke(0); 
  fill(150);
  rect(50,50,75,100);
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.