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