First page Back Continue Last page Graphics
Background
Now that we have a window, let's specify a background ...
background command:
- background( gray )
- sets the background color of our window
- yes, we can give it a color or an image, but we'll do that later ...
“gray” is a value between white and black
- range: 0 – 255 with 0 = black / 255 = white
- default is (127) / used if you forget the background command