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

Method clear

core/src/processing/core/PGraphics.java:7431–7433  ·  view source on GitHub ↗

@webref color:setting

()

Source from the content-addressed store, hash-verified

7429 * @webref color:setting
7430 */
7431 public void clear() {
7432 background(0, 0, 0, 0);
7433 }
7434
7435
7436 protected void backgroundFromCalc() {

Callers

nothing calls this directly

Calls 1

backgroundMethod · 0.95

Tested by

no test coverage detected