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

The structure is used by:

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