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

Method attribColor

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

Source from the content-addressed store, hash-verified

1258
1259
1260 public void attribColor(String name, int color) {
1261 showMissingWarning("attrib");
1262 }
1263
1264
1265 public void attrib(String name, float... values) {

Callers

nothing calls this directly

Calls 1

showMissingWarningMethod · 0.95

Tested by

no test coverage detected