ImageGear Professional DLL v17.2 for Windows
IG_gui_dspl_rawload_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_rawload_dlg

Glossary Item Box

Displays the dialog that allows you to select the camera raw image loading mode.

Declaration:

  Copy Code
BOOL ACCUAPI IG_gui_dspl_rawload_dlg(
   HWND hWnd,
   AT_INT * Choice
);

Arguments:

Name Type Description
hWnd HWND The handle of the parent window.
Choice AT_INT The pointer to a variable that will receive an integer corresponding to the user's choice. The following choices are available:
  • "0" - "Regular" loading mode (automatic color reconstruction) is selected.
  • "1" - "Let manually adjust white balance and tone parameters" loading mode (custom color adjustment) is selected.
  • "2" - "Load unprocessed raw image" loading mode (no color reconstruction) is selected.
  • "3" - CANCEL button has been clicked.

Return Value:

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

Supported Pixel Formats:

Sample:

Filter

Remarks:

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

©2012. Accusoft Corporation. All Rights Reserved.