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

eb2ed7ee 73f8 e7c9 ef31 e5e118e2806c

haplokuon edited this page May 6, 2023 · 1 revision

AciColor(Double, Double, Double) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the AciColor class.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public AciColor(
	double r,
	double g,
	double b
)

VB

Public Sub New ( 
	r As Double,
	g As Double,
	b As Double
)

C++

public:
AciColor(
	double r, 
	double g, 
	double b
)

F#

new : 
        r : float * 
        g : float * 
        b : float -> AciColor

Parameters

  Double
Red component (input values range from 0 to 1).
  Double
Green component (input values range from 0 to 1).
  Double
Blue component (input values range from 0 to 1).

Remarks

By default the UseTrueColor will be set to true.

See Also

Reference

AciColor Class
AciColor Overload
netDxf Namespace

Clone this wiki locally