IG_image_extra_channel_info_update_from
This function creates a copy of the info array specified by lphInfo and attaches it to HIGEAR's extra channel info array, replacing the old value.
Declaration:
|
Copy Code
|
AT_ERRCOUNT ACCUAPI IG_image_extra_channel_info_update_from(
HIGEAR hIGear,
HIGEXTRACHANNELINFO* lphInfo,
AT_INT nCount
);
|
Arguments:
Name |
Type |
Description |
hIGear |
HIGEAR |
Image handle. |
lphInfo |
HIGEXTRACHANNELINFO* |
Extra channel info array. |
nCount |
AT_INT |
The number of entries in the extra channel info array. |
Return Value:
Error count.
Supported Raster Image Formats:
All pixel formats supported by ImageGear for C and C++.