Autodesk.AutoCAD.Colors Namespace > Color Class
Color Class
Description

This .NET class wraps the AcCmColor ObjectARX class. 

 

Color represents colors in AutoCAD, either as RGB or AutoCAD color index. 

Most color clients should use this existing class. Other clients (such as Entity and SubEntityTraits) will use EntityColor directly to save memory.

Class Hierarchy
Autodesk.AutoCAD.Colors.Color
Visual Basic
Public sealed Class Color
Inherits DisposableWrapper
Inherits IComparable
Inherits ICloneable
C#
public sealed class Color : DisposableWrapper, IComparable, ICloneable;
Links
See Also
   Comments?