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

1ef9f571 b6c3 41b4 e83c e023960666c0

haplokuon edited this page May 6, 2023 · 1 revision

FromTrueColor Method

netDxf 3.0.0 Library

Gets the color from a 24-bit color value.

Definition

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 

Parameters

  Int32
A 32-bit color value.

Return Value

AciColor
A color.

See Also

Reference

AciColor Class
netDxf Namespace

Clone this wiki locally