Displays the standard AutoCAD color selection dialog box
(acad_colordlg colornum [flag])
A colornum value of 0 defaults to ByBlock, and a value of 256 defaults to ByLayer.
The user-selected color number; otherwise nil, if the user cancels the dialog box.
Prompt the user to select a color, and default to green if none is selected:
(acad_colordlg 3)