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 416
b013f327 d20f d6f2 2aaf 77c6695092c7
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the AciColor
class from an array of three values.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public AciColor(
double[] rgb
)
VB
Public Sub New (
rgb As Double()
)
C++
public:
AciColor(
array<double>^ rgb
)
F#
new :
rgb : float[] -> AciColor
- Double[]
- RGB components (input values range from 0 to 1). The array must contain three values.
By default the UseTrueColor will be set to true.