OOF2: The Manual

Name

OOF.Graphics_n.Settings.Color.Background — Change the background color.

Synopsis

OOF.Graphics_n.Settings.Color.Background(color)

Details

  • Parent Menu: OOF.Graphics_n.Settings.Color
  • Callback: function GfxWindow.bgColor in module ooflib.common.IO.GUI.gfxwindow
  • Parameters:

    color
    Color for the background. Type: An object of the OpaqueColor class.

Description

Set the background color for the main display and the contour map display. The color is visible in the margin and in holes or transparent parts of the display Layers.

See Also