amfIMarker SetTracklineColor

Sets the color of the trace line drawn for a marker.

Syntax

marker_handle SetTracklineColor color_name

Description

Sets the color of the marker’s trace line.

Inputs

color_name
The name of the color (“red”, “blue”, etc.).

Example

marker_handle SetTracklineColor “red”

Error

Standard hwResult error codes:
  • 1 = HW_Error
  • 3 = HW_InvalidHandle
  • 4 = HW_InvalidArgs