Click or drag to resize

AciColor Constructor (Byte, Byte, Byte)

Initializes a new instance of the AciColor class.

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

Parameters

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