This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
7615ebe5 bbb9 2ad2 9883 6f23cfd173c9
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the 32-bit color value from an AciColor.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static int ToTrueColor(
AciColor color
)VB
Public Shared Function ToTrueColor (
color As AciColor
) As IntegerC++
public:
static int ToTrueColor(
AciColor^ color
)F#
static member ToTrueColor :
color : AciColor -> int Int32
A 32-bit color value.