highlight
hed.colorChooserhighlight string "color"
Description
Defines the color used to highlight an object that an external application wants to find. For example, Virtuoso schematic editor users can add an instance probe and see it in the Hierarchy Editor.
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 highlight color is khaki.
GUI Equivalent
Examples
envGetVal("hed.colorChooser" "highlight")
envSetVal("hed.colorChooser" "highlight" 'string "green")
Related Topics
List of Hierarchy Editor Environment Variables
Return to top