ICCTAG_COLORANT_TABLE_TYPE

Summary

The ICCTAG_COLORANT_TABLE_TYPE structure is used to save a ColorantTableType tag.

Syntax

typedef struct __ICCTAG_COLORANT_TABLE_TYPE 
{ 
   ICCTAG_BASE tagBase; 
   L_IccUInt32Number uColorantsCount; 
   pICC_COLORANT_TABLE_DATA pColorantsData; 
} ICCTAG_COLORANT_TABLE_TYPE, * pICCTAG_COLORANT_TABLE_TYPE; 

Members

tagBase

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

uColorantsCount

Number of data elements in the buffer pointed to by pColorantsData.

pColorantsData

A pointer to an ICC_COLORANT_TABLE_TYPE structure that contains the tag's data.

Comments

The signature for this tag type is ColorantTableTypeSig (0x636c7274).

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.