Click or drag to resize

AciColor Constructor (Double, Double, Double)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the AciColor class.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public AciColor(
	double r,
	double g,
	double b
)
Request Example View Source

Parameters

r
Type: SystemDouble
Red component.
g
Type: SystemDouble
Green component.
b
Type: SystemDouble
Blue component.
Remarks
By default the UseTrueColor will be set to true.
See Also