acad_truecolordlg


(acad_truecolordlg  color [ enableByLayer ] [ layerColor ] )

Displays the TrueColor Selection dialog.

Arguments

color  a DottedPair using dxf code 62 or 420, specifies the preset ACI or TrueColor value

enableByLayer  (optional) NIL disables the ByBlock + ByLayer buttons; T enables these buttons (default if omitted)

layerColor  (optional) similar to color, specifies the color value to be used as ByBlock/ByLayer color

Return

selected color as list of DottedPair values (using 62 and/or 420 dxf code);
NIL is the dialog was cancelled

Example

(acad_truecolordlg '(62 . 22))   15
(acad_truecolordlg '(420 . 2271782))   ((62 . 104) (420 . 2271782))

Remarks




©  Bricsys NV. All rights reserved.