This function displays Color Book properties dialog allowing the user to work with color book colors.
| 
                        Copy Code
                     | |
|---|---|
| 
BOOL  ACCUAPI IG_gui_colorbook_properties_dlg(
        HWND hWnd,
        HIGCOLORBOOK hColorBook
);
 | |
| Name | Type | Description | 
|---|---|---|
| hWnd | HWND | Handle of the parent window. | 
| hColorBrook | HIGCOLORBOOK | Handle of the color book object. | 
Returns TRUE if OK button is clicked; FALSE - otherwise.
This function does not process image pixels.