chooseColor([title], [initial_color])
Class: Window.
Description:
Opens color chooser dialog window.
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
|
|
string |
Choose Color |
Dialog window title text |
|
|
string |
#000000 |
Default color to show in dialog window before a new one is chosen. |
Returns:
Returns a string of a chosen color.
Type: string | null
