API Reference Guide > GUI Component API Reference > GUI Component Functions Reference > Camera Raw Color Reconstruction Functions > IG_gui_adjraw_apply |
This function applies Camera Raw adjustment options selected in IG_gui_dspl_adjraw_dlg dialog to the image.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_gui_adjraw_apply( HIGEAR DispImage, LPAT_IGGUI_DSPL_ADJRAW DsplScroll ); |
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. |
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
This function is only applicable to:
|
Filter