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

    Contains color range.

    Declaration:

     
    Copy Code
    typedef struct tagAT_PDE_COLORRANGE
    {
            float min;
            float max;
    } AT_PDE_COLORRANGE;
    typedef AT_PDE_COLORRANGE FAR* LPAT_PDE_COLORRANGE;
    

    Members:

    Name Type Description
    min float Minimum value
    max float Maximum value