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

    This function displays the Convert Color Space dialog and allows you to convert from one colorspace to another.

    Declaration:

     
    Copy Code
    BOOL ACCUAPI IG_gui_dspl_colorconversion_dlg(
       HWND hWnd,
       LPAT_IGGUI_DSPL_COLORCONVERSION lpDsplColorConversion
    );
    

    Arguments:

    Name Type Description
    hWnd HWND The HWND handle of the parent window.
    lpDsplColorConversion LPAT_IGGUI_DSPL_COLORCONVERSION A structure that holds dialog parameters.

    Return Value:

    A Boolean value. If the user clicks OK, returns TRUE. Otherwise, returns FALSE.

    Supported Raster Image Formats:

    All pixel formats supported by ImageGear.

    Sample:

    Image Processing