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

This function displays the dialog that allows you to modify image channel depths.

Declaration:

 
Copy Code
BOOL ACCUAPI IG_gui_dspl_channeldepths_dlg(
   HWND hWnd,
   LPAT_IGGUI_DSPL_CHANNELDEPTHS lpDsplChannelDepths
);

Arguments:

Name Type Description
hWnd HWND The HWND handle of the parent window.
lpDsplChannelDepths LPAT_IGGUI_DSPL_CHANNELDEPTHS A pointer to a structure of type AT_IGGUI_DSPL_CHANNELDEPTHS which contains image information and parameters for processing.

Return Value:

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

Supported Raster Image Formats:

All pixel formats supported by ImageGear.

Sample:

Image Processing