MCPcopy Index your code
hub / github.com/benfry/processing4 / noFill

Method noFill

core/src/processing/core/PGraphics.java:6747–6749  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

6745 * @see PGraphics#noStroke()
6746 */
6747 public void noFill() {
6748 fill = false;
6749 }
6750
6751
6752 /**

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected