Answered
Selection by color
How can you make a selection based on color
For example, all pixels white?
Something like this:
app.activeDocument.Selection.select(0,White);
Thanks!
How can you make a selection based on color
For example, all pixels white?
Something like this:
app.activeDocument.Selection.select(0,White);
Thanks!
Use the AM code ScriptingListener.plugin creates when you perform the corresponding operation (in this case this could for example be Color Range).
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.