get-color-from-user in Dialogs
(get-color-from-user -> message parent init-color style)color% object or #f
message = : string or #f#f
parent = : #fframe% or dialog% object or #f
init-color = : #fcolor% object or #f
style = : an empty list of symbolsnull
Lets the user select a color though the platform-specific
(modal) dialog, using parent as the parent window if it is
specified. The message string is displayed as a prompt in the
dialog if possible. If init-color is provided, the dialog is
initialized to the given color.
The result is #f if the user cancels the dialog, the selected
color otherwise.
The style argument is provided for future extensions. Currently, style must be the empty list.