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
c1c85a63 b55b 90e2 7df8 cd2974ff1452
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the AciColor
class.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public AciColor(
short index
)
VB
Public Sub New (
index As Short
)
C++
public:
AciColor(
short index
)
F#
new :
index : int16 -> AciColor
- Int16
- Color index.
By default the UseTrueColor will be set to false.
Accepted color index values range from 1 to 255.
Indexes from 1 to 255 represents a color, the index 0 and 256 are reserved for ByLayer and ByBlock colors.