ImageGear for C and C++ on Windows v19.9 - Updated
IG_gui_dspl_adjraw_dlg
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.

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:

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.