bgMagenta property

AnsiPen get bgMagenta

Sets background color to magenta.

Implementation

AnsiPen get bgMagenta {
  styleStack.add(QuectoColors.bgMagenta);
  return this;
}