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.

Member

Description

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Color Conversion C API Help