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
1ef9f571 b6c3 41b4 e83c e023960666c0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the color from a 24-bit color value.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static AciColor FromTrueColor(
int value
)
VB
Public Shared Function FromTrueColor (
value As Integer
) As AciColor
C++
public:
static AciColor^ FromTrueColor(
int value
)
F#
static member FromTrueColor :
value : int -> AciColor
- Int32
- A 32-bit color value.