apply fillColor to character without creating swatch?
Okay, I give up!!
HOW do you apply a fill color to a character (myChar) without creating a swatch?!?! You can do it in the UI by using the Color palette.
The SDK help says that fillColor can take a Swatch or a string. But I cannot find any information anywhere including the web on what that string should be.
frrrrustrating..
Thanks
Ariel
example: myChar.fillColor = [10,20,30,40] doesn't work -- well, it's not a string!, but neither does ... = "C=10 M=20 Y=30 K=40"