clearColor method

void clearColor()

Implementation

void clearColor() {
  clear(true, false, false);
}