bgCyanBright property

AnsiPen get bgCyanBright

Sets background color to bright cyan.

Implementation

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