Odcl_OLE2RGB

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_OLE2RGB

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_OLE2RGB

This function convert OLE color to RGB

Parameter

OLE color number as Integer

 

ex:

(Odcl_OLE2RGB 65535) = (255 255 0) (Yellow)

 

 

AutoLisp Syntax:

(Odcl_OLE2RGB OLEcolcrValue [as integer])