Skip to main content
Participant
March 8, 2023
Question

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

  • March 8, 2023
  • 1 reply
  • 400 views

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.

This topic has been closed for replies.

1 reply

A. Patterson
Inspiring
March 8, 2023

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.