weWAUserDefColor
layout weWAUserDefColor string "color"
Description
Enables you to set up the color of the color bar when a user-defined constraint group is loaded in the Wire Assistant.
You can specify the color as an RGB value or as the color name. The RGB value must be between 0 and 255. The color name should be specified as one word. The default is an empty string "".
GUI Equivalent
Examples
envGetVal("layout" "weWAUserDefColor")
envSetVal("layout" "weWAUserDefColor" 'string "NavyBlue")
envSetVal("layout" "weWAUserDefColor" 'string "255 245 10")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top