background

Sets console background color

Flushes stdout.

  1. Color background()
  2. void background(Color color)
    version(Windows)
    void
    background
    @property
  3. void background(Color color)
  4. Color background()

Parameters

color
Type: Color

Background color to set

Meta