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 411
eb2ed7ee 73f8 e7c9 ef31 e5e118e2806c
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(
double r,
double g,
double b
)
VB
Public Sub New (
r As Double,
g As Double,
b As Double
)
C++
public:
AciColor(
double r,
double g,
double b
)
F#
new :
r : float *
g : float *
b : float -> AciColor
- Double
- Red component (input values range from 0 to 1).
- Double
- Green component (input values range from 0 to 1).
- Double
- Blue component (input values range from 0 to 1).
By default the UseTrueColor will be set to true.