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