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
()
| 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) { |