MEMICCPROFILE

Summary

The MEMICCPROFILE structure provides information about an embedded ICC profile.

Syntax

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

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.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Color Conversion C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.