Object ProUIColor

Function ProUIColorSelectionShow


Description
Show the standard rgb color selection dialog.
Synopsis
#include <ProUI.h>
ProErrorProUIColorSelectionShow(
const wchar_t* title
/* (In)
The title of the selection dialog. If NULL, a default will be used.
*/
ProUIColor default_rgb_color
/* (In)
The default selection, upon dialog display.
*/
ProUIColor* selected_rgb_color
/* (Out)
The color that the user selected in the dialog.
*/
)
Returns
PRO_TK_NO_ERRORA color was selected by the user.
PRO_TK_BAD_INPUTSThe selected_rgb_color parameter is NULL.
PRO_TK_INCOMPLETENo color selection was made.

Manual References:

  1. User Interface: Basic Graphics: Displaying the Color Selection Dialog Box