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

How to retrieve list of colours in the document using illustrator sdk 2023 using c++

Community Beginner ,
Mar 13, 2023 Mar 13, 2023

Copy link to clipboard

Copied

Hi all,

How to retrieve list of all colours in the document using illustrator sdk 2023 using c++ with sample example.

TOPICS
SDK

Views

665

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 13, 2023 Mar 13, 2023

Copy link to clipboard

Copied

AIColor. has colour iterating functions, that might be a way to get a list of what's actually in use in the document.

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
Community Beginner ,
Mar 13, 2023 Mar 13, 2023

Copy link to clipboard

Copied

Hi A.Patterson,

Thanks for the help!!!

Can you please provide example code of retrieving all colours which are used in the document in illustrator sdk 2023 using c++

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
LEGEND ,
Mar 14, 2023 Mar 14, 2023

Copy link to clipboard

Copied

Perhaps your need is unique, and so you will not find a sample someone has already written. Have you examined the AIColor iterating functions?

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
Community Beginner ,
Mar 14, 2023 Mar 14, 2023

Copy link to clipboard

Copied

Hi Test Screen Name,

In Illustrator sdk 2023, there is no member function available in AIColor suite to iterate the function to get a list of colours.

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

Copy link to clipboard

Copied

LATEST

Maybe you can work from the swatch list ...

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