API Reference Guide > GUI Component API Reference > GUI Component Functions Reference > Camera Raw Color Reconstruction Functions > IG_gui_dspl_adjraw_dlg |
This function displays the Camera Raw Adjustment dialog.
Copy Code
|
|
---|---|
BOOL ACCUAPI IG_gui_dspl_adjraw_dlg( HWND hWnd, LPAT_IGGUI_DSPL_ADJRAW lpAdjrawParam ); |
Name | Type | Description |
---|---|---|
hWnd | HWND | The HWND handle of the dialog. |
lpAdjrawParam | LPAT_IGGUI_DSPL_ADJRAW | A pointer to a structure of type AT_IGGUI_DSPL_ADJRAW, which contains image information and parameters for processing. |
A Boolean value. If the user clicks OK, returns TRUE. Otherwise it returns FALSE.
This function is only applicable to:
|
Filter
This function displays a dialog that allows the user to adjust image attributes such as Image Layout, Temperature, Tint, Exposure, and Shadows. It also provides preset options for White Balance levels.