This function retrieves the last setting made by calling function IG_load_alpha_mode_set().
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_load_alpha_mode_get( enumIGAlphaMode* lpMode); |
Name | Type | Description |
---|---|---|
lpMode | enumIGAlphaMode* | Pointer to an enumIGAlphaMode variable to receive the current Alpha channel loading mode setting. |
This function does not process image pixels.
Filters
Copy Code
|
|
---|---|
enumIGAlphaMode AlphaMode; IG_load_alpha_mode_get ( &AlphaMode ); |