ImageGear for C and C++ on Windows v19.9 - Updated
IG_colorbookcolor_name_get
API Reference Guide > Core Component API Reference > Core Component Functions Reference > ColorBook Color Functions > IG_colorbookcolor_name_get

This function gets name of the specified ColorBook Color.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_colorbookcolor_name_get(
        HIGCOLORBOOKCOLOR hColorBookColor,
        LPCHAR* lpName
);

Arguments:

Name Type Description
hColorBookColor HIGCOLORBOOKCOLOR ColorBook Color.
lpName LPCHAR* Name of the specified ColorBook Color.

Return Value:

Returns the number of ImageGear errors that occurred during this function call. If there are no errors, the return value is IGE_SUCCESS.

Supported Raster Image Formats:

This function does not process image pixels.