Click or drag to resize

AciColor Constructor (Single, Single, Single)

Initializes a new instance of the AciColor class.

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

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