-
Scripting – Color of Layer Marker Label
Hi!
I’m working on a script to import markers from a txt-file into AE and so far it’s working great. I just can’t figure out how to get the “label” attribute (0-16) into AE to change the color of the marker. According to the scripting guide it should be possible.
Can someone shed some light on this for me?var myMarker = new MarkerValue(marker_label);
myLayer.property("Marker").setValueAtTime(marker[0], myMarker);