AciColor Constructor (Double, Double, Double)
|
Initializes a new instance of the AciColor class.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public AciColor(
double r,
double g,
double b
)
Public Sub New (
r As Double,
g As Double,
b As Double
)
public:
AciColor(
double r,
double g,
double b
)
new :
r : float *
g : float *
b : float -> AciColor
CONSTRUCTOR(
r AS REAL8,
g AS REAL8,
b AS REAL8
)
Parameters
- r
- Type: SystemDouble
Red component. - g
- Type: SystemDouble
Green component. - b
- Type: SystemDouble
Blue component.
Remarks By default the UseTrueColor will be set to true.
See Also