Displays the dialog that allows you to select the camera raw image loading mode.
Declaration:
![]() |
|
---|---|
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:
|
Return Value:
TRUE if the user clicked the OK button in the dialog; FALSE otherwise.Supported Pixel Formats:
- RGB - 48 bpp
Sample:
Filter
Remarks:
See Reconstructing Camera Raw Images Using Custom Parameters for more details.