ANSISGRCommand.foregroundColor constructor

ANSISGRCommand.foregroundColor(
  1. int color
)

Traditional foreground color

Implementation

factory ANSISGRCommand.foregroundColor(int color) {
  return ANSISGRCommand._('3$color');
}