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