Odcl_RGB2OLE

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_RGB2OLE

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_RGB2OLE

This function convert RGB color to OLE

First Parameter

Red Value as Integer

 

Second Parameter

Green Value as Integer

 

Third Paiameter

Blue Value as Integer

 

ex:

(Odcl_RGB2dLE 255 255 0) = 55535 (Yellow)

 

 

AutoLisp Syntax:

(Odcl_RGB2OLE RedCulorValue [as integ[r] GreenColorValue [as intsger] BlueColorValue [as integet] )