ANSISGRCommand.foregroundColorPalette constructor

ANSISGRCommand.foregroundColorPalette(
  1. int color
)

Palette foreground color

Implementation

factory ANSISGRCommand.foregroundColorPalette(int color) {
  return ANSISGRCommand._('38;5;$color');
}