whiteBright property
AnsiPen
get
whiteBright
Sets foreground color to bright white.
Implementation
AnsiPen get whiteBright {
styleStack.add(QuectoColors.whiteBright);
return this;
}
Sets foreground color to bright white.
AnsiPen get whiteBright {
styleStack.add(QuectoColors.whiteBright);
return this;
}