Get swatch name for character
Hello,
I'm needing to loop through each character of a text frame and check the color of each character. Is it possible to get the swatch name of each character? Or can you only get the red, green, blue values?
I've been experimenting with:
app.activeDocument.textFrames[0].characters[3].characterAttributes.fillColor.typename;
// Returns SpotColor
But I can't figure out how to get the swatch name of the character this way?
Thanks.
Jay