ICCTAG_XYZ_TYPE

typedef struct __ICCTAG_XYZ_TYPE 
{ 
   ICCTAG_BASE tagBase; 
   pICC_XYZ_NUMBER pXYZNumData; 
   L_UINT uXYZNumCount; 
} ICCTAG_XYZ_TYPE, * pICCTAG_XYZ_TYPE; 

The ICCTAG_XYZ_TYPE structure is used to save an XYZType tag type.

Members

tagBase

A pointer to an ICCTAG_BASE structure that specifies the ICC signature.

pXYZNumData

Pointer to a buffer that will contain the tag's data.

uXYZNumCount

A value that indicates number of XYZ elements in this tag data.

Comments

The signature for this tag type is XYZTypeSig (0x58595A20).

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.