Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.29
LEADTOOLS Color Conversion C DLL Help

MEMICCPROFILE

Show in webframe

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

The MEMICCPROFILE structure provides information about an embedded ICC profile.

Member

Description

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

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.