OOF2: The Manual
Name
OOF.Settings.Graphics_Defaults.Pixels.Active_Area — Set default parameters for displaying active areas.
Synopsis
OOF.Settings.Graphics_Defaults.Pixels.Active_Area(color,opacity)
Details
- Parent Menu: OOF.Settings.Graphics_Defaults.Pixels
-
Callback: function
_setDefaultActiveAreaParamsin moduleooflib.SWIG.common.activearea -
Parameters:
color- Color of inactive pixels. Type: An object of the
Colorclass. opacity- Opacity of inactive pixels. 0 is transparent, 1 is opaque. Type: A real number in the range [0, 1].
Description
Set default parameters for the BitmapOverlayDisplayMethod that is used
to display active areas.
This command can be put in the .oof2rc file to set defaults for all
OOF2 sessions.



