Click or drag to resize

AciColorUseTrueColor Property

Get or set if the AciColor should use true color values.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool UseTrueColor { get; set; }

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