Click or drag to resize

AciColor Constructor (Double, Double, Double)

Initializes a new instance of the AciColor class.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public AciColor(
	double r,
	double g,
	double b
)

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