bgMagenta property
AnsiPen
get
bgMagenta
Sets background color to magenta.
Implementation
AnsiPen get bgMagenta {
styleStack.add(QuectoColors.bgMagenta);
return this;
}
Sets background color to magenta.
AnsiPen get bgMagenta {
styleStack.add(QuectoColors.bgMagenta);
return this;
}