This .NET class wraps the AcCmEntityColor ObjectARX class.
Objects of this class store a color method and a color, which, depending on the color method, may be a Red/Green/Blue (RGB) value, an AutoCAD Color Index (ACI) value, a layer index, or a pen index.
Public Structure EntityColor End Structure
public struct EntityColor { }
Comments? |