Function Terminal.color

Changes the current color. See enum Color for the values.

void color (
  int foreground,
  int background,
  ForceOption force = ForceOption.automatic,
  bool reverseVideo = false
);