MCPcopy Index your code
hub / github.com/processing/processing / getStroke

Method getStroke

core/src/processing/opengl/PShapeOpenGL.java:2019–2026  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

2017
2018
2019 @Override
2020 public int getStroke(int index) {
2021 if (family != GROUP) {
2022 return PGL.nativeToJavaARGB(inGeo.strokeColors[index]);
2023 } else {
2024 return 0;
2025 }
2026 }
2027
2028
2029 @Override

Callers

nothing calls this directly

Calls 1

nativeToJavaARGBMethod · 0.95

Tested by

no test coverage detected