API Documentation > Miscellaneous > Object ProUIColor > Function ProUIColorSelectionShow
Function ProUIColorSelectionShow
Description
Show the standard rgb color selection dialog.
Synopsis
#include <ProUI.h>
ProUIColorSelectionShow
(
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
A color was selected by the user.
The selected_rgb_color parameter is NULL.
No color selection was made.
User Guide References
Was this helpful?