ICCTAG_S15_FIXED16_ARRAY_TYPE

typedef struct _ICCTAG_S15_FIXED16_ARRAY_TYPE 
{ 
   ICCTAG_BASE tagBase; 
   L_IccS15Fixed16Number * pData; 
   L_UINT uDataElementsCount; 
} ICCTAG_S15_FIXED16_ARRAY_TYPE, * pICCTAG_S15_FIXED16_ARRAY_TYPE; 

The ICCTAG_S15_FIXED16_ARRAY_TYPE structure is used to save an s15Fixed16ArrayType tag.

Members

tagBase

Pointer to the 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 S15Fixed16ArrayTypeSig (0x73663332).

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

When used inside a chromaticAdaptationTag, it must have 9 elements as stated in the ICC.1:2004-10 ICC specification, page 30.

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++ Class Library Help