bgYellow property

AnsiPen get bgYellow

Sets background color to yellow.

Implementation

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