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