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