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_channeldepths_dlg
In This Topic
    IG_gui_dspl_channeldepths_dlg
    In This Topic

    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