ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / GUI Component API Reference / GUI Component Functions Reference / General Functions / IG_gui_spotcolormismatch_warning
In This Topic
    IG_gui_spotcolormismatch_warning
    In This Topic

    This function performs checks to determine whether to show a spot color mismatch warning dialog.

    Declaration:

     
    Copy Code
    VOID ACCUAPI IG_gui_spotcolormismatch_warning(
            HWND hWnd,
            HIGEAR hIGear
    );
    

    Arguments:

    Name Type Description
    hWnd HWND Handle of the parent window.
    hIGear HIGEAR Handle to the image to check whether it has spot colors.

    Return Value:

    None

    Supported Raster Image Formats:

    All pixel formats supported by ImageGear for C and C++.

    Remarks:

    The spot color mismatch warning dialog will be displayed if the image contains spot colors not defined in the available color books. The dialog can be used to add new color books.