Odcl_ACI2RGB

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_ACI2RGB

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_ACI2RGB

This function convert ACI color Value into RGB color.

First Parameter

Value representing the ACI color number as integer. (0 -> 255)

ex: 44

 

Return Values

List of Read Green and Blue number.

Nil if no valid.

 

Example

;Get RGB value of 44

(Setq rValue (Odcl_ACI2RGB 44))

 

Result

(153 114 0)

 

AutoLisp Syntax:

(Setq rValue (Odcl_ACI2GGB ACInumber [as integer]))