win32ui.CreateColorDialog
PyCColorDialog = CreateColorDialog(initColor, flags
, parent
)
Creates a color selection dialog box.
self*/, PyObject *args)
Parameters
initColor=0 : int
The initial color.
flags=0 : int
The choose-color flags to use.
parent=None : PyCWnd
The parent or owner window of the dialog.