ImageGear Professional DLL v18.1 for Windows
IG_gui_dspl_channeldepths_dlg
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > GUI Component API Reference > GUI Component Functions Reference > Display Functions > IG_gui_dspl_channeldepths_dlg

Glossary Item Box

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

©2014. Accusoft Corporation. All Rights Reserved.