ImageGear Professional DLL v17.2 for Windows
IG_gui_dspl_adjraw_dlg
Send Feedback
ImageGear Professional DLL v17.2 for Windows > API Reference Guide > GUI Component API Reference > GUI Component Functions Reference > Camera Raw Color Reconstruction > IG_gui_dspl_adjraw_dlg

Glossary Item Box

Displays the dialog that allows you to select custom color reconstruction parameters and to preview the color reconstruction result.

Declaration:

  Copy Code
BOOL ACCUAPI IG_gui_dspl_adjraw_dlg(
   HWND hWnd,
   LPAT_IGGUI_DSPL_ADJRAW AdjustmentParams
);

Arguments:

Name Type Description
hWnd HWND The handle of the parent window.
AdjustmentParams AT_IGGUI_DSPL_ADJRAW Custom color reconstruction parameters.

Return Value:

TRUE if the user clicked the OK button in the dialog; FALSE otherwise.

Supported Raster Image Formats:

Sample:

Filter

Remarks:

See Reconstructing Camera Raw Images Using Custom Parameters for more details.

©2012. Accusoft Corporation. All Rights Reserved.