Replies: 1 comment
-
|
Sounds like this should be a ticket in the actual Illustrator Scripting Guide repo, not this one! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From the documentation (https://ai-scripting.docsforadobe.dev/), if you go to "Javascript Object Reference"->"SpotColor"
It says
spotColor.tintbut that didn't work for me. I had to doObject.fillColor.tintto get the tint to work properly. Initially I did what the doc says and then didObject.fillColor = spotColor. debugging shows the tint was set correctly but visually I couldn't see it. So I found that theObject.fillColor.tintworked best.Is anyone able to explain what is happening?
Beta Was this translation helpful? Give feedback.
All reactions