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

    Describes color value.

    Declaration:

     
    Copy Code
    typedef struct tagAT_PDE_COLORVALUE
    {
            AT_PDF_FIXED color[7];
            HIG_PDE_OBJECT colorObj2;
            HIG_PDE_OBJECT colorObj;
    } AT_PDE_COLORVALUE;
    typedef AT_PDE_COLORVALUE FAR* LPAT_PDE_COLORVALUE;
    

    Members:

    Name Type Description
    color AT_PDF_FIXED[7] Color value components. For instance, a Gray color space has 1 component, an RGB color space has 3 components, a CMYK has 4 components, and so on.
    colorObj2 HIG_PDE_OBJECT For DeviceN color space.
    colorObj HIG_PDE_OBJECT For color spaces whose color values do not have numeric values, such as the Pattern and Separation color spaces.