background

Sets console background color

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

Parameters

color
Type: Color

Background color to set

Meta