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