netNameDisplayUserColor
graphic netNameDisplayUserColor string { "white" | "yellow" | "anyColorFromPalette" }
Description
Sets the font color to use for the net name label. You can choose from any of the colors in the palette.
GUI Equivalent
Examples
envGetVal("graphic" "netNameDisplayUserColor")
envSetVal("graphic" "netNameDisplayUserColor" 'string "magenta")
envSetVal("graphic" "netNameDisplayUserColor" 'string "cyan")
Related Topics
Return to top