This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
b4e5a217 5a73 98fb aaf2 813a4e66392e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Get or set if the AciColor should use true color values.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool UseTrueColor { get; set; }
VB
Public Property UseTrueColor As Boolean
Get
Set
C++
public:
property bool UseTrueColor {
bool get ();
void set (bool value);
}
F#
member UseTrueColor : bool with get, set
Boolean
By default, the constructors that use RGB values will set this boolean to true while the constants and the constructor that use a color index will set it to false.