Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

7615ebe5 bbb9 2ad2 9883 6f23cfd173c9

haplokuon edited this page May 6, 2023 · 1 revision

ToTrueColor Method

netDxf 3.0.0 Library

Gets the 32-bit color value from an AciColor.

Definition

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 Integer

C++

public:
static int ToTrueColor(
	AciColor^ color
)

F#

static member ToTrueColor : 
        color : AciColor -> int 

Parameters

  AciColor
A color.

Return Value

Int32
A 32-bit color value.

See Also

Reference

AciColor Class
netDxf Namespace

Clone this wiki locally