Hi All,
I am trying to put a script together and I am having trouble setting the blending mode for a PathItem. I've looked at the JavaScript reference guide and it appears that there is a BlendModes constant but I am unsure how to set constants.
This is what I've tried:
artLayer.pathItems[0].blendingMode.BlendModes = "DIFFERENCE";
and
artLayer.pathItems[0].blendingMode = "BlendModes.DIFFERENCE";
I would greatly appreciate it if someone could share their knowledge on how to script blending modes.
Thanks!!!!