learning processing

Page 30

Pixels Example 1-2: noFill ( ) background(255); stroke(0); noFill(); ellipse(60,60,100,100);

nofill( ) leaves the shape with only an outline

If we draw two shapes at one time, Processing will always use the most recently specified stroke( ) and fill( ), reading the code from top to bottom. See Figure 1.17. fig. 1.16 background(150); stroke(0); line(0,0,100,100); stroke(255); noFill(); rect(25,25,50,50); fig. 1.17

Exercise 1-4: Try to guess what the instructions would be for the following screenshot.

__________________________________________________________________ stroke(0);

fill(255); rect(0,0,200,200); __________________________________________________________________ fill(128); __________________________________________________________________ rect(100,100,100,100); fill(0); __________________________________________________________________ rect(0,0,100,100); __________________________________________________________________

__________________________________________________________________ __________________________________________________________________ __________________________________________________________________

11


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.