AutoCAD true color object.
Supported Platforms: Windows only
AcadAcCmColor
Object AcadAcCmColor
VBA
GetInterfaceObject("AutoCAD.AcCmColor.25")
Dim col As New AcadAcCmColor
 
		  VBA
<entity>.TrueColor
GetInterfaceObject("AutoCAD.AcCmColor.25")
 
		  These members are part of this object:
| Methods | Properties | Events | 
|---|---|---|
| None | 
The AcCmColor object represents colors. You can use the AcCmColor object to set colors and perform other color-related operations on objects.
The object includes properties for colors, color names, color book names, and the color index.