ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Core Component API Reference / Core Component Functions Reference / ColorBook Collection Functions / IG_colorbooks_synonym_get
In This Topic
    IG_colorbooks_synonym_get
    In This Topic

    This function gets a synonym Vendor ID with the specified index for the specified Vendor ID.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_colorbooks_synonym_get(
            enumIGSpotColorVendorIDs VendorID,
            AT_UINT nIndex,
            enumIGSpotColorVendorIDs* lpSynonymID
    );
    

    Arguments:

    Name Type Description
    VendorID enumIGSpotColorVendorIDs Vendor ID for which to get a synonym.
    nIndex AT_UINT Index of the synonym to get.
    lpSynonymID enumIGSpotColorVendorIDs* VendorID's synonym.

    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.