MCPcopy Create free account
hub / github.com/benfry/processing4 / noFill

Method noFill

core/src/processing/core/PShape.java:867–879  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

865
866
867 public void noFill() {
868 if (!openShape) {
869 PGraphics.showWarning(OUTSIDE_BEGIN_END_ERROR, "noFill()");
870 return;
871 }
872
873 fill = false;
874 fillColor = 0x0;
875
876 if (!setAmbient) {
877 ambientColor = fillColor;
878 }
879 }
880
881
882 public void fill(int rgb) {

Callers 4

getTessellationMethod · 0.95
rawLinesMethod · 0.45
rawPointsMethod · 0.45
stylesMethod · 0.45

Calls 1

showWarningMethod · 0.95

Tested by

no test coverage detected