ICCTAG_XYZ_TYPE

Summary

The ICCTAG_XYZ_TYPE structure is used to save an 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

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Color Conversion C API Help

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