ICCTAG_U16_FIXED16_ARRAY_TYPE

typedef struct __ICCTAG_U16_FIXED16_ARRAY_TYPE 
{ 
   ICCTAG_BASE tagBase; 
   L_IccU16Fixed16Number * pData; 
   L_UINT uDataElementsCount; 
} ICCTAG_U16_FIXED16_ARRAY_TYPE, * pICCTAG_U16_FIXED16_ARRAY_TYPE; 

The ICCTAG_U16_FIXED16_ARRAY_TYPE structure is used to save a u16Fixed16ArrayType tag.

Members

tagBase

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

pData

Pointer to a buffer that contains the tag's data.

uDataElementsCount

A value that indicates the number of data elements in the pData pointer.

Comments

The signature for this tag type is U16Fixed16ArrayTypeSig (0x75663332).

This type represents an array of generic 4-byte/32-bit elements.

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.