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

Method pop

core/src/processing/core/PGraphics.java:5236–5239  ·  view source on GitHub ↗

( begin auto-generated from pop.xml ) 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

()

Source from the content-addressed store, hash-verified

5234 * @see PGraphics#push()
5235 */
5236 public void pop() {
5237 popStyle();
5238 popMatrix();
5239 }
5240
5241
5242

Callers

nothing calls this directly

Calls 2

popStyleMethod · 0.95
popMatrixMethod · 0.95

Tested by

no test coverage detected