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