GUIKit Example: ColorChooser
GUIKit Example: ColorChooser
The functionality provided by GUIKit has been superseded by the interface construction and controls functions native to the built-in Wolfram Language.
Needs["GUIKit`"]ChooseColorDialog[] := (
If[!GUIObjectQ[$ChooseColorDialogObject], $ChooseColorDialogObject = GUILoad["Wolfram/Example/ChooseColorDialog"]];
GUIRunModal[$ChooseColorDialogObject, ReleaseMethod -> Manual]
)def = Block[{$Path = $GUIPath},
Get["Wolfram/Example/ChooseColorDialog.m"]]Example
This example uses Widget["ColorChooser"] and includes sample code demonstrating how to do the following.