This function applies Camera Raw adjustment options selected in IG_gui_dspl_adjraw_dlg dialog to the image.
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT ACCUAPI IG_gui_adjraw_apply( HIGEAR DispImage, LPAT_IGGUI_DSPL_ADJRAW DsplScroll ); |
Arguments:
Name | Type | Description |
DispImage | HIGEAR | A HIGEAR handle of the image to be adjusted. |
DsplScroll | AT_IGGUI_DSPL_ADJRAW | A pointer to a structure of type LPAT_IGGUI_DSPL_ADJRAW which contains image information and parameters for processing. |
Return Value:
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
Supported Raster Image Formats:
- RGB - 48 bpp
This function is only applicable to:
|
Sample:
Filter