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

Method pop

core/src/processing/core/PGraphics.java:5305–5308  ·  view source on GitHub ↗

The pop() function restores the previous drawing style settings and transformations after push() has changed them. Note that these functions are always used together. They allow you to change the style and transformation settings and later return to what you had. When a new state is st

()

Source from the content-addressed store, hash-verified

5303 * @see PGraphics#push()
5304 */
5305 public void pop() {
5306 popStyle();
5307 popMatrix();
5308 }
5309
5310
5311

Callers

nothing calls this directly

Calls 2

popStyleMethod · 0.95
popMatrixMethod · 0.95

Tested by

no test coverage detected