How to find out the grayscale percentage?
Is it possible to find out the grayscale percentage(k value) in "illustrator CS3" through scripting. Kindly advice me.
Is it possible to find out the grayscale percentage(k value) in "illustrator CS3" through scripting. Kindly advice me.
Thanks for your help. If i run the above code it throws an run time error(Error 21: undefined is not an object.) in the for statement block (4th line). Kindly advice me how to solve this.
That's right -- because, since I have no real idea what you're actually trying to do, tFrame is undefined in the snippet I posted.
You'll need to use the loop in context; specifically, as I stated, make tFrame refer to a block of text...
So if you select ONLY the block on the page, you can say:
tFrame = selection[0]
But that may not be how you want to proceed...
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.