Click or drag to resize

AciColor Constructor (Byte, Byte, Byte)

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

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