This function performs several checks to determine whether to show a color mismatch warning dialog.
Copy Code
|
|
---|---|
VOID ACCUAPI IG_gui_colormismatch_warning( HWND hWnd, HIGEAR hIGear ); |
Name | Type | Description |
---|---|---|
hWnd | HWND | (in) A handle to the parent window. |
hIGear | HIGEAR | (in) A handle to the image to check whether it has embedded color profile, or has non-RGB color format. |
None
All pixel formats supported by ImageGear for C and C++.
Image Processing
Copy Code
|
|
---|---|
HWND hWnd; /* Handle to the parent window */ HIGEAR hIGear; /* Handle of the image to check*/ /* Warn to enable ICC support if there is color mismatch */ IG_gui_colormismatch_warning(hWnd, hIGear); ... |
The warning dialog will be shown if all of the following are true: