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

Glossary Item Box

This GUI function demonstrates how to use alpha channel API.

Declaration:

  Copy Code
BOOL ACCUAPI IG_gui_img_channels_dlg(
        HWND hWnd,
        HIGEAR hImage
);

Arguments:

Name Type Description
hWnd HWND A handle of the parent window.
hImage HIGEAR HIGEAR handle of an image.

Return Value:

If the user specifies parameters and clicks the OK button, the return value is non-zero. If the user cancels or closes the dialog box or an error occurs, the return value is zero.

Supported Raster Image Formats:

All pixel formats supported by ImageGear Professional.

Sample:

Filters, GUI Windows

Remarks:

This function allows you to import, create, delete, and manage alpha channels.

See also the section ImageGear Alpha Channel Support.

©2014. Accusoft Corporation. All Rights Reserved.