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

Method popStyle

core/src/processing/core/PApplet.java:13619–13622  ·  view source on GitHub ↗

The pushStyle() function saves the current style settings and popStyle() restores the prior settings; 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() , it builds o

()

Source from the content-addressed store, hash-verified

13617 * @see PGraphics#pushStyle()
13618 */
13619 public void popStyle() {
13620 if (recorder != null) recorder.popStyle();
13621 g.popStyle();
13622 }
13623
13624
13625 public void style(PStyle s) {

Callers 1

postMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected