Click or drag to resize

AciColorUseTrueColor Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Get or set if the AciColor should use true color values.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool UseTrueColor { get; set; }
Request Example View Source

Property Value

Type: Boolean
Remarks
By default the constructors that use r, g, b values will set this boolean to true while the constants and constructor that use a short will set it to false.
See Also