notInUse
hed.colorChooser notInUse string "color"
Description
Defines the color used to indicate objects that are not in use.
Specify the color by name or by RGB value. The name can be any name from the list of SVG color keyword names provided by the
The default color is darkOrange.
GUI Equivalent
Examples
envGetVal("hed.colorChooser" "notInUse")
envSetVal("hed.colorChooser" "notInUse" 'string "green")
Related Topics
List of Hierarchy Editor Environment Variables
Return to top