clear method

void clear()

Clears the terminal to backColor.

Implementation

void clear() {
  fill(0, 0, width, height);
}