MEMICCPROFILE

typedef struct _MEMICCPROFILE 
{ 
   L_UINT uStructSize ; 
   L_UCHAR* pData; 
   L_SIZE_T uDataSize ; 
} MEMICCPROFILE, * pMEMICCPROFILE; 

The MEMICCPROFILE structure provides information about an embedded ICC profile.

Members

uStructSize

Size of this structure. Set this to sizeof(MEMICCPROFILE).

pData

Pointer to the actual ICC data.

uDataSize

Size of the ICC data pointed to by pData.

Comments

This structure is used by the following functions:

L_FreeICCProfile

L_InitICCProfile

L_LoadICCProfile

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