| API Reference Guide > Core Component API Reference > Core Component Functions Reference > Image Extra Channel Functions > IG_image_extra_channel_info_entry_copy_get |
This function obtains a copy of the image DIB's extra channel info array entry at nIndex position.
|
Copy Code
|
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_image_extra_channel_info_entry_copy_get(
HIGEAR hIGear,
AT_UINT nIndex,
HIGEXTRACHANNELINFO* lphInfo
);
|
|
| Name | Type | Description |
|---|---|---|
| hIGear | HIGEAR | Image handle. |
| nIndex | AT_UINT | Index to the entry to obtain. |
| lphInfo | HIGEXTRACHANNELINFO* | Obtained extra channel info entry. |
Error count.
All pixel formats supported by ImageGear for C and C++.