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

Method textureWrap

core/src/processing/core/PGraphics.java:1350–1352  ·  view source on GitHub ↗

( begin auto-generated from textureWrap.xml ) Description to come... ( end auto-generated from textureWrap.xml ) @webref image:textures @param wrap Either CLAMP (default) or REPEAT @see PGraphics#texture(PImage) @see PGraphics#textureMode(int)

(int wrap)

Source from the content-addressed store, hash-verified

1348 * @see PGraphics#textureMode(int)
1349 */
1350 public void textureWrap(int wrap) {
1351 showMissingWarning("textureWrap");
1352 }
1353
1354
1355 /**

Callers

nothing calls this directly

Calls 1

showMissingWarningMethod · 0.95

Tested by

no test coverage detected