bgMagentaBright property

AnsiPen get bgMagentaBright

Sets background color to bright magenta.

Implementation

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