ICCTAG_XYZ_TYPE

Summary

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

Syntax

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

Members

tagBase

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 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.