Table of Contents

Property ColorValue

Namespace
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly
Aspose.CAD.dll

ColorValue

Gets or sets the true color value (RGB) of the entity.

[CadInt(CadEntityAttribute.Cad420, CadParameterType.Optional, "AcDbEntity")]
public int? ColorValue { get; set; }

Property Value

int?

An int value representing the entity RGB color value.