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

Method noStroke

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

Source from the content-addressed store, hash-verified

986
987
988 public void noStroke() {
989 if (!openShape) {
990 PGraphics.showWarning(OUTSIDE_BEGIN_END_ERROR, "noStroke()");
991 return;
992 }
993
994 stroke = false;
995 }
996
997
998 public void stroke(int rgb) {

Callers 4

getTessellationMethod · 0.95
rawPolysMethod · 0.45
rawSortedPolysMethod · 0.45
stylesMethod · 0.45

Calls 1

showWarningMethod · 0.95

Tested by

no test coverage detected