Command: ColorChoose
- Updated2024-09-12
- 2 minute(s) read
Command: ColorChoose
Command: ColorChoose
Opens the dialog box for color selection.
Input Parameters
![]() |
Specifies the dialog box caption. |
![]() |
Specifies the RGB color value. |
Example
The following example sets the color value and opens the dialog box for color selection. DIAdem displays the selected color as a RGB color value in a message.
VBScript | Python |
ChoosedColor = 255 Call ColorChoose ("Choose Color", ChoosedColor) Call MsgBoxDisp ("Selected color: " & ChoosedColor)
Related Topics
Command: DeskSave | Command: DlgOpen | Command: ExtProgram | Command: ProgramExit | Command: StopWatchReset | Command: WinHelpCall | Command: WizardStart | Command: WndOpen | Command: WndShow | Variable: FullScreenMode