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

Method pushStyle

core/src/processing/core/PApplet.java:14372–14375  ·  view source on GitHub ↗

( begin auto-generated from pushStyle.xml ) The pushStyle() function saves the current style settings and popStyle() restores the prior settings. Note that these functions are always used together. They allow you to change the style settings and later return to what you had. When a ne

()

Source from the content-addressed store, hash-verified

14370 * @see PGraphics#popStyle()
14371 */
14372 public void pushStyle() {
14373 if (recorder != null) recorder.pushStyle();
14374 g.pushStyle();
14375 }
14376
14377
14378 /**

Callers 2

copyTextureMethod · 0.45
preMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected