klyn.gui.windows.dialogs.ColorDialog.selectedColor
property
public readonly property selectedColor as Color:
Description

Color accepted by the user, or the initial color after cancellation.

if dialog.showDialog(window):
print(dialog.selectedColor)