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

Method setTexture

core/src/processing/core/PShape.java:2412–2419  ·  view source on GitHub ↗
(PImage tex)

Source from the content-addressed store, hash-verified

2410
2411
2412 public void setTexture(PImage tex) {
2413 if (openShape) {
2414 PGraphics.showWarning(INSIDE_BEGIN_END_ERROR, "setTexture()");
2415 return;
2416 }
2417
2418 image = tex;
2419 }
2420
2421
2422 public int getFill(int index) {

Callers 2

loadFileSystemImageMethod · 0.95
loadBase64ImageMethod · 0.95

Calls 1

showWarningMethod · 0.95

Tested by

no test coverage detected