Answered
Using XML to create a custom label color
Hi,
I'm wanting to use a custom label color for a few clips that will be repeating throughout my sequence.
Right now I have this within each clipItem, which works:
<labels>
<label2>Forest</label2>
</labels>
But could I do something like this?
<labels>
<label2>New Purple</label2>
<color>#a033f3</color>
</labels>
Or anything similar?
