ICCTAG_LIST

Summary

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

Syntax

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

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.

Usage

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

LEADTOOLS Color Conversion C++ Class Library Help

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