ImageGear for C and C++ on Windows v19.3 - Updated
IG_gui_colorbook_properties_dlg
API Reference Guide > GUI Component API Reference > GUI Component Functions Reference > Colorbook Functions > IG_gui_colorbook_properties_dlg

This function displays Color Book properties dialog allowing the user to work with color book colors.

Declaration:

 
Copy Code
BOOL  ACCUAPI IG_gui_colorbook_properties_dlg(
        HWND hWnd,
        HIGCOLORBOOK hColorBook
);

Arguments:

Name Type Description
hWnd HWND Handle of the parent window.
hColorBrook HIGCOLORBOOK Handle of the color book object.

Return Value:

Returns TRUE if OK button is clicked; FALSE - otherwise.

Supported Raster Image Formats:

This function does not process image pixels.