public showDialog(owner as Window = null) as Boolean:
Displays the dialog and blocks until selection or cancellation.
| Parameter | Description |
|---|---|
owner | Optional owner used to inherit the current appearance mode. |
True when the Select button accepted the current color.
if ColorDialog().showDialog(window):
print("Color selected")