Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ noStroke
Method
noStroke
core/src/processing/core/PShape.java:953–960 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
951
952
953
public
void
noStroke() {
954
if
(!openShape) {
955
PGraphics.showWarning(OUTSIDE_BEGIN_END_ERROR,
"noStroke()"
);
956
return
;
957
}
958
959
stroke = false;
960
}
961
962
963
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