MCPcopy Index your code
hub / github.com/benfry/processing4 / pushStyle

Method pushStyle

core/src/processing/core/PApplet.java:13600–13603  ·  view source on GitHub ↗

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 new style is started with pushStyle() , i

()

Source from the content-addressed store, hash-verified

13598 * @see PGraphics#popStyle()
13599 */
13600 public void pushStyle() {
13601 if (recorder != null) recorder.pushStyle();
13602 g.pushStyle();
13603 }
13604
13605
13606 /**

Callers 2

copyTextureMethod · 0.45
preMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected