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
)
Public Sub New (
r As Byte,
g As Byte,
b As Byte
)
public:
AciColor(
unsigned char r,
unsigned char g,
unsigned char b
)
new :
r : byte *
g : byte *
b : byte -> AciColor
CONSTRUCTOR(
r AS BYTE,
g AS BYTE,
b AS BYTE
)
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