Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getTessellation
Method · 0.95
rawPolys
Method · 0.45
rawSortedPolys
Method · 0.45
styles
Method · 0.45
Calls
1
showWarning
Method · 0.95
Tested by
no test coverage detected