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

Method popStyle

core/src/processing/core/PApplet.java:14394–14397  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

14392 * @see PGraphics#pushStyle()
14393 */
14394 public void popStyle() {
14395 if (recorder != null) recorder.popStyle();
14396 g.popStyle();
14397 }
14398
14399
14400 public void style(PStyle s) {

Callers 1

postMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected