*legendcoloredit
Edits a color in the legend.
Syntax
*legendcoloredit color red green blue
Type
HyperMesh Tcl Modify Command
Description
Edits a color in the legend.
Inputs
- color
 - The color in the legend to be edited.
 - red
 - The amount of red in the color (0 to 255).
 - green
 - The amount of green in the color (0 to 255).
 - blue
 - The amount of blue in the color (0 to 255).
 
Example
To change the top color on the legend in an eight-color legend to blue:
*legendcoloredit 7 0 0 255 
    Errors
None.