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

Method attrib

core/src/processing/core/PGraphics.java:1265–1267  ·  view source on GitHub ↗
(String name, float... values)

Source from the content-addressed store, hash-verified

1263
1264
1265 public void attrib(String name, float... values) {
1266 showMissingWarning("attrib");
1267 }
1268
1269
1270 public void attrib(String name, int... values) {

Callers

nothing calls this directly

Calls 1

showMissingWarningMethod · 0.95

Tested by

no test coverage detected