Question
How can duplicate a pattern color?
How can duplicate a pattern color?
I have a pattern color in swatches and apply to text:
Now i want copy this color to a new color:
i had try this method , but it not support:
var doc1=app.documents[0];
var sw = doc1.swatches.getByName(doc1.textFrames[0].paragraphs[0].characterAttributes.fillColor.pattern.name).duplicate();
How can duplicate a pattern color?