CadEntityBase.ColorValue

CadEntityBase.ColorValue property

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

public int? ColorValue { get; set; }

Property Value

An Int32 value representing the entity RGB color value.

See Also