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:
- RGB - 48 bpp

This function is only applicable to:
- DNG images
- DCRAW and Headerless Digital Camera Raw images for which the Color Reconstruction metadata is available. See IG_gui_dspl_adjraw_metadata_is_available.
Sample:
Filter
Remarks:
See Reconstructing Camera Raw Images Using Custom Parameters for more details.