Guys, I'm very confused
because I cannot find any good sources about Applescript for Illustrator, especially up-to-date ones.
If you know these - please write them here for me (the Adobe guides are very limited).
I have a few questions, none of them has ever been answered on the forums I used to ask. Any suggestions will be greatly appreciated.
1. Why this code
gives in results (in editor) this line -
{class:RGB color info, red:45.000001117587, green:34.000001773238, blue:34.000001773238}
I cannot compare the colors this way, please, help...
2. Any suggestions for programming "Divide objects below" function via applescript? I want to write a script to divide the artwork by a square (pattern creation).
3. Any suggestions for deleting the pieces of artwork which left after "Divide objects below" beyond the cutting square (I mean how to delete them via applescript.
Thank you friends...
If you know these - please write them here for me (the Adobe guides are very limited).
I have a few questions, none of them has ever been answered on the forums I used to ask. Any suggestions will be greatly appreciated.
1. Why this code
Code:
set color of current layer in current document to {red:45.0, green:34.0, blue:34.0}
set currentColor to color of current layer in current document
gives in results (in editor) this line -
{class:RGB color info, red:45.000001117587, green:34.000001773238, blue:34.000001773238}
I cannot compare the colors this way, please, help...
2. Any suggestions for programming "Divide objects below" function via applescript? I want to write a script to divide the artwork by a square (pattern creation).
3. Any suggestions for deleting the pieces of artwork which left after "Divide objects below" beyond the cutting square (I mean how to delete them via applescript.
Thank you friends...