| API Reference Guide > Core Component API Reference > Core Component Functions Reference > ColorBook Color Functions > IG_colorbookcolor_id_get |
This function gets Color ID of the specified ColorBook Color.
|
Copy Code
|
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_colorbookcolor_id_get(
HIGCOLORBOOKCOLOR hColorBookColor,
AT_QWORD* lpID
);
|
|
| Name | Type | Description |
|---|---|---|
| hColorBookColor | HIGCOLORBOOKCOLOR | ColorBook Color. |
| lpID | AT_QWORD* | Color ID 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.