SbColor Constructor (Single, Single, Single) |
Initializes a new instance of the
SbColor class
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax public SbColor(
float r,
float g,
float b
)
Public Sub New (
r As Single,
g As Single,
b As Single
)
public:
SbColor(
float r,
float g,
float b
)
new :
r : float32 *
g : float32 *
b : float32 -> SbColor
Parameters
- r
- Type: SystemSingle
- g
- Type: SystemSingle
- b
- Type: SystemSingle
See Also