Reference noFill()

noFill()

Disables setting the fill color for shapes.

Calling noFill() is the same as making the fill completely transparent, as in fill(0, 0). If both noStroke() and noFill() are called, nothing will be drawn to the screen.

Examples

Notice any errors or typos? Please let us know. Please feel free to edit src/color/setting.js and open a pull request!

Related References