Copy link to clipboard
Copied
Hi,
We can apply effects (like transparency) to objects. How to captured the effects applied to groups/objects?
Also How to ungroup the objects and group it again with these effects?
How to capture the transparency effects of objects? applied transparency?
Thanks,
Sudha K
Copy link to clipboard
Copied
Hi,
I got the answer for transparency enabled check using the below code.
var sel = app.selection[0];
alert(sel.transparencySettings.satinSettings.applied + " \n " + sel.transparencySettings.blendingSettings.blendMode + "\n" +sel.transparencySettings.blendingSettings.opacity )
How to ungroup the objects and group it again with these effects? is it possible using code?
Copy link to clipboard
Copied
This seems to be similar to the other thread you have opened. Have a look at my comment on the thread
Re: Move selected objects to layer
-Manan
Copy link to clipboard
Copied
This is i opened for ungroup and group it again with effects.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now