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

Method attrib

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

Source from the content-addressed store, hash-verified

1297
1298
1299 public void attrib(String name, float... values) {
1300 showMissingWarning("attrib");
1301 }
1302
1303
1304 public void attrib(String name, int... values) {

Callers

nothing calls this directly

Calls 1

showMissingWarningMethod · 0.95

Tested by

no test coverage detected