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

What value should be passed as parameter for GetSeparationAltColors in illustrator sdk using c++

New Here ,
Mar 07, 2023 Mar 07, 2023

Copy link to clipboard

Copied

Hi all,

I’m facing below issue, could anyone able to help me with this.

AIFloat *(*GetSeparationAltColors)(const ai::ColorSpace &cs);

How to use this suite to retrieve colour space details.

TOPICS
SDK

Views

288

Translate

Translate

Report

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
Guide ,
Mar 08, 2023 Mar 08, 2023

Copy link to clipboard

Copied

LATEST

Heh, I guess you found an SDK for the separation colours then? It sounds like you need to construct an IAIColorSpace object (make sure you include the CPP file in your project) and pass it to that function. Honestly though, I don't know anything about colour spaces or separations, so I wouldn't even know what the right methods were even if I saw them.

Votes

Translate

Translate

Report

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