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

03f7112a 972e 0f9f 7064 70549afa4abb

haplokuon edited this page May 6, 2023 · 1 revision

AciColor(Byte[]) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the AciColor class from an array of three values.

Definition

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

Parameters

  Byte[]
RGB components (input values range from 0 to 255). The array must contain three values.

Remarks

By default the UseTrueColor will be set to true.

See Also

Reference

AciColor Class
AciColor Overload
netDxf Namespace

Clone this wiki locally