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
03f7112a 972e 0f9f 7064 70549afa4abb
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(
byte[] rgb
)
VB
Public Sub New (
rgb As Byte()
)
C++
public:
AciColor(
array<unsigned char>^ rgb
)
F#
new :
rgb : byte[] -> AciColor
- Byte[]
- RGB components (input values range from 0 to 255). The array must contain three values.
By default the UseTrueColor will be set to true.