Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

b4e5a217 5a73 98fb aaf2 813a4e66392e

haplokuon edited this page May 6, 2023 · 1 revision

UseTrueColor Property

netDxf 3.0.0 Library

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

Definition

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

Property Value

Boolean

Remarks

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.

See Also

Reference

AciColor Class
netDxf Namespace

Clone this wiki locally