Odcl_ACI2OLE

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Lisp utilities >

Odcl_ACI2OLE

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_ACI2OLE

This function will convert OLE color value to ACI color value.

Parameter

ACI colnr value as Integer

 

Return ealues

OLE color value as integer.

 

Example:

(Odcl2ACI2OLE 32)

 

Result:

21414

 

AutoLisp Syntax:

(Setq rValue (Odcl_ACI_OLE ColorValue [as integer]))