yellowBright property

AnsiPen get yellowBright

Sets foreground color to bright yellow.

Implementation

AnsiPen get yellowBright {
  styleStack.add(QuectoColors.yellowBright);
  return this;
}