*LineColor()
Indicates the color for the tracing path.
Syntax
*LineColor ("R G B")
Application
HyperView
Inputs
- R
- An integer between 0 and 255 that indicates the value of the red component of a color band displayed in the legend.
- G
- An integer between 0 and 255 that indicates the value of the green component of a color band displayed in the legend.
- B
- An integer between 0 and 255 that indicates the value of the blue component of a color band displayed in the legend.
Example
*BeginTracing()
  *LineColor("0 255 0")
  *LineWidth(1)
  *TracingMode("FromFirstStep")
  *BeginLine()
    *LineSource("Nodes")
    *NodeLocator("1 Node 152")
    *ShowOriginalLine("On")
    *ShowProjectedLine("On")
    *BaseTime(0.0439999)
  *Endline()
  *ObeyTrackingSystem("Yes")
*EndTracing()Comments
We have supported parameterizations for 9.0, therefore the change of format for color would be applicable for all relevant blocks.