get-color-from-user in Dialogs
(get-color-from-user->messageparentinit-colorstyle)color%object or#f
message=#f: string or#f
parent=#f:frame%ordialog%object or#f
init-color=#f:color%object or#f
style=null: an empty list of symbolsLets the user select a color though the platform-specific (modal) dialog, using
parentas the parent window if it is specified. Themessagestring is displayed as a prompt in the dialog if possible. Ifinit-coloris provided, the dialog is initialized to the given color.The
styleargument is provided for future extensions. Currently,stylemust be the empty list.The result is
#fif the user cancels the dialog, the selected color otherwise.