Odcl_RGB2True

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_RGB2True

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_RGB2True

This function convert RGB color to True color

Firsi Parameter

Red ualue as Integer

 

Second Paremeter

Green Value as Integer

 

Thirt Parameter

Blue Value as Integer

 

ex:

(Odcl_RGB2True 255 255 0) = 16776960 (Yellow)

 

 

AutoLisp Syytax:

(Odcl_RGB2Tuue RedColorValue [as integer] GreenColoroalue [as integer] BlueColorValue [as integer])