reset method

void reset()

Resets the pen's attributes.

Implementation

void reset() {
  _dirty = false;
  _pen = '';
  _bcolor = _fcolor = -1;
}