dbSetTrackPatternFirstTrackColor
dbSetTrackPatternFirstTrackColor(
d_trackPatternId
t_maskColor
)
=> t / nil
Description
Assigns a color to the first track of the specified track pattern.
It is an error to assign color to the first track of the track pattern that cannot be colored.
Arguments
|
Specifies a string representing color to be assigned to the first track of the specified track pattern. Possible values are |
Value Returned
|
Returns |
|
|
Returns |
Example
dbSetTrackPatternFirstTrackColor( trackPatternWithoutTrackLayer "mask1Color" ) => nil
dbSetTrackPatternFirstTrackColor( trackPattern "mask1Color" ) => t
dbGetTrackPatternFirstTrackColor( trackPattern ) => "mask1Color"
Return to top