In This Topic ▼

ICCTAG_LIST

typedef struct _ICCTAG_LIST 
{ 
   L_IccUInt32Number uTagCount; 
   pICCTAG pTags; 
} ICCTAG_LIST, * pICCTAG_LIST; 

The ICCTAG_LIST structure is used to save a list of all the tags in the ICC profile.

Members

uTagCount

A value that indicates the number of tags contained in the tags list.

pTags

A pointer to a list of ICCTAG structures that contain all the tags in the ICC profile.

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Color Conversion C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.