resetTextColor static method

void resetTextColor()

Implementation

static void resetTextColor() {
  sgr(39);
  _currentTextColor = null;
}