ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Structures Reference / AT_PDE_COLORDATA_ICCBASED
In This Topic
    AT_PDE_COLORDATA_ICCBASED
    In This Topic

    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).