| API Reference Guide > Core Component API Reference > Core Component Functions Reference > ColorBook Collection Functions > IG_colorbooks_synonym_count_get |
This function gets the number of synonyms for the specified Vendor ID.
|
Copy Code
|
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_colorbooks_synonym_count_get(
enumIGSpotColorVendorIDs VendorID,
AT_UINT* lpnCount
);
|
|
| Name | Type | Description |
|---|---|---|
| VendorID | enumIGSpotColorVendorIDs | Vendor ID for which to get the number of synonyms. |
| lpnCount | AT_UINT* | The number of synonyms for the specified Vendor ID. |
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.