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
- [vle-aci2rgb (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/vleaci2rgb.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).