Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Set PathItem Blending Mode (JavaScript)

New Here ,
Nov 22, 2008 Nov 22, 2008
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!!!!
TOPICS
Scripting
962
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
LEGEND ,
Nov 23, 2008 Nov 23, 2008
LATEST
artLayer.pathItems[0].blendingMode = BlendModes.DIFFERENCE;

JET
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines