First page Back Continue Last page Graphics
Point
point command:
- point( x, y)
- draws a point, a coordinate in space at the dimension of one pixel
color is set using the stroke() command
using lots of points, we can draw a gray scale picture, but:
- setting thousands of is a laborious way to do it ...
- ... there will be a useful method to do this in a later lesson