SoSFColorSetValue Method (Single, Single, Single) |
Convenience method for setting the value.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetValue(
float r,
float g,
float b
)
Public Sub SetValue (
r As Single,
g As Single,
b As Single
)
public:
void SetValue(
float r,
float g,
float b
)
member SetValue :
r : float32 *
g : float32 *
b : float32 -> unit
Parameters
- r
- Type: SystemSingle
- g
- Type: SystemSingle
- b
- Type: SystemSingle
Remarks See Also