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

Method attribColor

core/src/processing/core/PGraphics.java:1294–1296  ·  view source on GitHub ↗
(String name, int color)

Source from the content-addressed store, hash-verified

1292
1293
1294 public void attribColor(String name, int color) {
1295 showMissingWarning("attrib");
1296 }
1297
1298
1299 public void attrib(String name, float... values) {

Callers

nothing calls this directly

Calls 1

showMissingWarningMethod · 0.95

Tested by

no test coverage detected