( begin auto-generated from noFill.xml ) Disables filling geometry. If both noStroke() and noFill() are called, nothing will be drawn to the screen. ( end auto-generated ) @webref color:setting @usage web_application @see PGraphics#fill(float, float, float, float) @see PGraphics#str
()
| 6741 | * @see PGraphics#noStroke() |
| 6742 | */ |
| 6743 | public void noFill() { |
| 6744 | fill = false; |
| 6745 | } |
| 6746 | |
| 6747 | |
| 6748 | /** |
no outgoing calls
no test coverage detected