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

    Describes color specification.

    Declaration:

     
    Copy Code
    typedef struct tagAT_PDE_COLORSPEC
    {
            HIG_PDE_COLORSPACE space;
            AT_PDE_COLORVALUE value;
    } AT_PDE_COLORSPEC;
    typedef AT_PDE_COLORSPEC FAR* LPAT_PDE_COLORSPEC;
    

    Members:

    Name Type Description
    space HIG_PDE_COLORSPACE The specified color space.
    value AT_PDE_COLORVALUE The color value.