EntityColor(Byte, Byte, Byte) Constructor
|
Namespace: Teigha.Colors
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public EntityColor(
byte red,
byte green,
byte blue
)
Public Sub New (
red As Byte,
green As Byte,
blue As Byte
)
public:
EntityColor(
unsigned char red,
unsigned char green,
unsigned char blue
)
new :
red : byte *
green : byte *
blue : byte -> EntityColor
Parameters
- red Byte
-
- green Byte
-
- blue Byte
-
See Also