OOF2: The Manual
Name
OOF.Settings.Graphics_Defaults.Pixels.Pixel_Selection — Set default parameters for displaying selected pixels.
Synopsis
OOF.Settings.Graphics_Defaults.Pixels.Pixel_Selection(color,tintOpacity)
Details
- Parent Menu: OOF.Settings.Graphics_Defaults.Pixels
-
Callback: function
_setDefaultPixelSelectionParamsin moduleooflib.common.pixelselection -
Parameters:
color- Color of selected pixels. Type: An object of the
Colorclass. tintOpacity- Opacity of tint of selected 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 pixel selections.
This command can be put in the .oof2rc file to set defaults for all
OOF2 sessions.



