trackColor
layout.wspMgr trackColor 'cyclic { "alternate" | "user" | "shift" }
Description
Specifies how tracks are assigned colors.
-
alternatecycles through mask colors in order, starting from the first track’s color. -
userassigns the colors explicitly from the track table. -
shiftassigns the colors explicitly from the track table for the first period, then applies a shift for each subsequent period.
The default value is alternate.
GUI Equivalent
Examples
envGetVal("layout.wspMgr" "trackColor")
envSetVal("layout.wspMgr" "trackColor" 'cyclic "alternate")
Return to top