 
            This function gets a copy of color value of the specified ColorBook Color.
| 
                        Copy Code
                     | |
|---|---|
| 
AT_ERRCOUNT ACCUAPI IG_colorbookcolor_colorvalue_copy_get(
        HIGCOLORBOOKCOLOR hColorBookColor,
        HIGPIXEL* lphPixel
);
 | |
| Name | Type | Description | 
|---|---|---|
| hColorBookColor | HIGCOLORBOOKCOLOR | ColorBook Color. | 
| lphPixel | HIGPIXEL* | Color value of the specified ColorBook Color. | 
Returns the number of ImageGear errors that occurred during this function call. If there are no errors, the return value is IGE_SUCCESS.
This function does not process image pixels.