Copy link to clipboard
Copied
i am trying to set the transparency (to darken) of a clipping mask group using a script, is this possible? i can't seem to find any way of doing it.
thanks for any help,
Alex
Views
Translate
Report
You can use the opacity property like below snippet.
app.activeDocument.groupItems[0].opacity = 10;
Votes
never-displayed