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

b013f327 d20f d6f2 2aaf 77c6695092c7

haplokuon edited this page May 6, 2023 · 1 revision

AciColor(Double[]) 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(
	double[] rgb
)

VB

Public Sub New ( 
	rgb As Double()
)

C++

public:
AciColor(
	array<double>^ rgb
)

F#

new : 
        rgb : float[] -> AciColor

Parameters

  Double[]
RGB components (input values range from 0 to 1). 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