topical media & game development

talk show tell print

graphic-processing-learning-07-example-7-1-example-7-1.pde / pde



  // Learning Processing
  // Daniel Shiffman
  // http://www.learningprocessing.com
  
  // Example 7-1: Defining a function
  void drawBlackCircle() {
    fill(0);
    ellipse(50,50,20,20);
  }


(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.