AnsiColor.none constructor

AnsiColor.none()

Implementation

AnsiColor.none()
    : fg = null,
      bg = null,
      color = false;