ICCTAG_S15_FIXED16_ARRAY_TYPE

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

The ICCTAG_S15_FIXED16_ARRAY_TYPE structure is used to save an s15Fixed16ArrayType tag.

Member

Description

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 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.