PS JavaScript how to paste into an alpha channel
Hello,
I am trying to paste my current clipboard contents into a specific alpha channel.
say named "Alpha 6"
The document is likely to have your normal RGB + a number of alpha channels so I need to paste the contents into a specific one.
Doing it by hand works perfectly, no idea how to achieve it via script.
I already have quite a complex java script written that does a lot of things, this is just a extention of it I am trying to do and I just cant figure this bit out. So I do need to use Java for this.
Thanks for any help
