This GUI function demonstrates how to use alpha channel API.
Copy Code
|
|
---|---|
BOOL ACCUAPI IG_gui_img_channels_dlg( HWND hWnd, HIGEAR hImage ); |
Name | Type | Description |
---|---|---|
hWnd | HWND | A handle of the parent window. |
hImage | HIGEAR | HIGEAR handle of an image. |
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.
All pixel formats supported by ImageGear for C and C++.
Filters, GUI Windows
This function allows you to import, create, delete, and manage alpha channels.