In This Topic ▼

ICCTAG_BASE

typedef struct _ICCTAG_BASE 
{ 
   L_UINT32 Signature; 
   L_UCHAR uReserved[4]; 
} ICCTAG_BASE,  * pICCTAG_BASE; 

The ICCTAG_BASE structure is used to save the basic part of each tag type.

Members

Signature

A value that indicates the signature of the tag type.

uReserved

Pointer to an array of 4 reserved bytes. Must be set to 0.

Comments

The Signature value can be one of the values in the list ICCTAGTYPESIGNATURE or it can be a private tag. The registration authority for these data is the ICC Technical Secretary. For contact information, refer to the ICC web site (http://www.color.org/index.xalter).

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

LEADTOOLS Color Conversion C++ Class Library Help