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