Click or drag to resize

AciColor Constructor (Single, Single, Single)

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(
	float r,
	float g,
	float b
)
Request Example View Source

Parameters

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