ImageGear for C and C++ on Linux v20.0 - Updated
AT_PDE_COLORDATA_ICCBASED
API Reference Guide > PDF Component API Reference > PDF Component Structures Reference > AT_PDE_COLORDATA_ICCBASED

ICC based color space.

Declaration:

 
Copy Code
typedef struct tagAT_PDE_COLORDATA_ICCBASED
{
        AT_UINT size;
        HIG_PDF_STREAM iccstream;
        UINT nComps;
        HIG_PDE_COLORSPACE altCs;
} AT_PDE_COLORDATA_ICCBASED;
typedef AT_PDE_COLORDATA_ICCBASED FAR* LPAT_PDE_COLORDATA_ICCBASED;

Members:

Name Type Description
size AT_UINT size = sizeof(AT_PDE_COLORDATA_ICCBASED).
iccstream HIG_PDF_STREAM Stream containing ICC Profile.
nComps UINT Number of color components (1, 3, or 4).
altCs HIG_PDE_COLORSPACE Alternate ColorSpace (optional).
Is this page helpful?
Yes No
Thanks for your feedback.