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

Method backgroundImpl

core/src/processing/core/PGraphics.java:7484–7487  ·  view source on GitHub ↗

Actually set the background image. This is separated from the error handling and other semantic goofiness that is shared across renderers.

(PImage image)

Source from the content-addressed store, hash-verified

7482 * handling and other semantic goofiness that is shared across renderers.
7483 */
7484 protected void backgroundImpl(PImage image) {
7485 // blit image to the screen
7486 set(0, 0, image);
7487 }
7488
7489
7490 /**

Callers 2

backgroundFromCalcMethod · 0.95
backgroundMethod · 0.95

Calls 9

pushStyleMethod · 0.95
pushMatrixMethod · 0.95
resetMatrixMethod · 0.95
noStrokeMethod · 0.95
fillMethod · 0.95
rectMethod · 0.95
popMatrixMethod · 0.95
popStyleMethod · 0.95
setMethod · 0.65

Tested by

no test coverage detected