ACadSharp.Entities.Entity.Color - DomCR/ACadSharp GitHub Wiki

Color Property

The True Color object of the object.

Remarks

This property is used to change an object's color. Colors are identified by an AcCmColor object. This object can hold an RGB value, an ACI number (an integer from 1 to 255), or a named color. Using an RGB value, you can choose from millions of colors.

Definition

Namespace: ACadSharp.Entities.Entity

C#

DxfCodeValueAttribute
public Color Color { get; set; }

Property Value

Color