Function Entry: VLE-ACI2RGB

← Prev | ↑ Chapter | Next → | Index | Symbols

Function Entry: VLE-ACI2RGB

Name

vle-aci2rgb

Class

BricsCAD VLE Library Function

Syntax

(vle-aci2rgb color)

Arguments and Values

  • color an integer number specifying the ACI color index
  • value (1… 256)

Description

Returns the Red/Green/Blue true color values for specified ACI color index as list (Red Green Blue).

Return Values

returns a list of format /Red Green Blue)

Examples

(vle-aci2rgb 1)  returns
-(255 0 0)

(vle-aci2rgb 5)  returns  (0 0
255)

(vle-aci2rgb 128)  returns  (0 76
57)

Availability

  • AutoCAD 2026: not documented.
  • BricsCAD V26: documented.
  • Status: BricsCAD-only.

Source Notes