ImageGear for C and C++ on Windows v19.9 - Updated
IG_gui_dspl_colorconversion_dlg
API Reference Guide > GUI Component API Reference > GUI Component Functions Reference > Display Functions > IG_gui_dspl_colorconversion_dlg

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