*Color() - MediaView

Determines the color of the measure when drawn.

Syntax

*Color (index)

Application

MediaView

Inputs

index
An index into the HyperWorks Desktop palette of standard colors.

Context

*MasterMeasure()

*Measure()

Example

*BeginVideo()
	• • •
	*Measure({VIDEO_FILE_VIDEO_1}, "Master Unit Measure")
		*Color(1)
		…
	*EndVideoMeasure()
	• • •
*EndVideo