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

scripting TransparencyPreference.blendingSpace.CMYK

Community Beginner ,
Feb 24, 2021 Feb 24, 2021

Does this still work? I keep getting an error when I try. All I want to do is have a script that changes the transparency blend space.

TOPICS
Print , Scripting , SDK
253
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

correct answers 1 Correct answer

Community Expert , Feb 24, 2021 Feb 24, 2021

What's your exact code that it's erroring on. What's the error? The following should work:

 

app.documents[0].transparencyPreferences.blendingSpace = BlendingSpace.CMYK;
Translate
Community Expert ,
Feb 24, 2021 Feb 24, 2021
LATEST

What's your exact code that it's erroring on. What's the error? The following should work:

 

app.documents[0].transparencyPreferences.blendingSpace = BlendingSpace.CMYK;
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