bgRedBright property
AnsiPen
get
bgRedBright
Sets background color to bright red.
Implementation
AnsiPen get bgRedBright {
styleStack.add(QuectoColors.bgRedBright);
return this;
}
Sets background color to bright red.
AnsiPen get bgRedBright {
styleStack.add(QuectoColors.bgRedBright);
return this;
}