ImageGear Professional DLL v18.1 for Windows
IG_gui_dspl_colorconversion_dlg
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > GUI Component API Reference > GUI Component Functions Reference > Display Functions > IG_gui_dspl_colorconversion_dlg

Glossary Item Box

This function displays the Convert Color Space dialog and allows you to convert from one colorspace to another.

Declaration:

  Copy Code
BOOL ACCUAPI IG_gui_dspl_colorconversion_dlg(
   HWND hWnd,
   LPAT_IGGUI_DSPL_COLORCONVERSION lpDsplColorConversion
);

Arguments:

Name Type Description
hWnd HWND The HWND handle of the parent window.
lpDsplColorConversion LPAT_IGGUI_DSPL_COLORCONVERSION A structure that holds dialog parameters.

Return Value:

A Boolean value. If the user clicks OK, returns TRUE. Otherwise, returns FALSE.

Supported Raster Image Formats:

All pixel formats supported by ImageGear.

Sample:

Image Processing

©2014. Accusoft Corporation. All Rights Reserved.