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

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
Is this page helpful?
Yes No
Thanks for your feedback.