MCPcopy Index your code
hub / github.com/processing/processing / noFill

Method noFill

core/src/processing/core/PGraphics.java:6743–6745  ·  view source on GitHub ↗

( 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

()

Source from the content-addressed store, hash-verified

6741 * @see PGraphics#noStroke()
6742 */
6743 public void noFill() {
6744 fill = false;
6745 }
6746
6747
6748 /**

Callers 4

rawLinesMethod · 0.95
rawPointsMethod · 0.95
reapplySettingsMethod · 0.95
styleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected