*TrackingSystemColors()

Sets the colors for the axis arrows and labels.

Syntax

*TrackingSystemColors (x, y, text)

Application

MediaView

Inputs

x
Palette index for the color to be used for the x axis arrow.
y
Palette index for the color to be used for the y axis arrow.
text
Palette index for the color to be used for the axis labels.

Context

*BeginVideo()

Example

*BeginVideo()
	• • •
	*TrackingSystemColors(1,1,3)
		…
	*EndVideoMeasure()
	• • •
*EndVideo

Comments

The X arrow, Y arrow, and labels for both axes together can be colored independently. The index uses the standard HyperWorks Desktop color palette.