ICCTAG_COLORANT_ORDER_TYPE

typedef struct __ICCTAG_COLORANT_ORDER_TYPE 
{ 
   ICCTAG_BASE tagBase; 
   L_IccUInt32Number uColorantsCount; 
   L_IccUInt8Number * pColorantsData; 
} ICCTAG_COLORANT_ORDER_TYPE, * pICCTAG_COLORANT_ORDER_TYPE; 

The ICCTAG_COLORANT_ORDER_TYPE structure is used to save a ColorantOrderType tag.

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 buffer that contains the tag's data.

Comments

The signature for this tag type is ColorantOrderTypeSig (0x636c726f).

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 API Help