This function displays the Camera Raw Adjustment dialog.
Declaration:
|
Copy Code
|
BOOL ACCUAPI IG_gui_dspl_adjraw_dlg(
HWND hWnd,
LPAT_IGGUI_DSPL_ADJRAW lpAdjrawParam
);
|
Arguments:
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. |
Return Value:
A Boolean value. If the user clicks OK, returns TRUE. Otherwise it returns FALSE.
Supported Raster Image Formats:
- Grayscale - 9...16 bpp
- RGB - 48 bpp
This function is only applicable to:
Sample:
Filter
Remarks:
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.