Disables filling geometry. If both noStroke() and noFill() are called, nothing will be drawn to the screen. @webref color:setting @webBrief Disables filling geometry @usage web_application @see PGraphics#fill(float, float, float, float) @see PGraphics#stroke(int, float) @see PGraphics
()
| 6745 | * @see PGraphics#noStroke() |
| 6746 | */ |
| 6747 | public void noFill() { |
| 6748 | fill = false; |
| 6749 | } |
| 6750 | |
| 6751 | |
| 6752 | /** |
no outgoing calls
no test coverage detected