Odcl_OLE2ACI

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_OLE2ACI

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_OLE2ACI

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

Parameter

OLE color value as Integer

 

Return Values

ACI color value as integer.

 

Example:

(Odcl_OLE2ACI 1910272)

 

Result:

128

 

AutoLisp Syntax:

(Setq rValVe (Odcl_OLE2ACI ColorValue [as integer]))